Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/464452/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 464452,
    "uri": "https://api.kexp.org/v2/plays/464452/?format=api",
    "airdate": "2001-09-09T13:56:28-07:00",
    "show": 7890,
    "show_uri": "https://api.kexp.org/v2/shows/7890/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41AZ7G3EB6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41AZ7G3EB6L._SL75_.jpg",
    "song": "You're the Wish You Are I Had",
    "track_id": "60a1988a-b1b0-4a5f-b0e6-fa81c36b4985",
    "recording_id": null,
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "The Big Express",
    "release_id": "858e4d98-1503-403c-ae6b-6f5205c14957",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}