Information about plays

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

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

{
    "id": 529563,
    "uri": "https://api.kexp.org/v2/plays/529563/?format=api",
    "airdate": "2002-03-21T07:40:00-08:00",
    "show": 9164,
    "show_uri": "https://api.kexp.org/v2/shows/9164/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Lkq95NJoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Lkq95NJoL._SL75_.jpg",
    "song": "Drive It All Over Me",
    "track_id": "88013794-46f4-47dd-897e-e5fa73781da2",
    "recording_id": null,
    "artist": "My Bloody Valentine",
    "artist_ids": [
        "8ca01f46-53ac-4af2-8516-55a909c0905e"
    ],
    "album": "You Made Me Realise",
    "release_id": "5836d1d9-64b9-4ef9-8e75-5c38fe4d9024",
    "release_group_id": null,
    "labels": [
        "Creation Records"
    ],
    "label_ids": [
        "73fc1220-d52c-478c-883c-124c1bf38b95"
    ],
    "release_date": "1988-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}