Information about plays

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

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

{
    "id": 469253,
    "uri": "https://api.kexp.org/v2/plays/469253/?format=api",
    "airdate": "2001-09-23T22:37:30-07:00",
    "show": 7988,
    "show_uri": "https://api.kexp.org/v2/shows/7988/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41gYXgBUjxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41gYXgBUjxL._SL75_.jpg",
    "song": "My One and Only Love",
    "track_id": "a3e8f580-0d6f-4606-b757-8a0ec059bbba",
    "recording_id": null,
    "artist": "John Coltrane and Johnny Hartman",
    "artist_ids": [
        "e103ce52-3b14-4a59-abb5-43a994640b52"
    ],
    "album": "John Coltrane and Johnny Hartman",
    "release_id": "adc5454f-aa38-4057-88b9-9f3bd3bad690",
    "release_group_id": null,
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "1963-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}