Information about plays

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

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

{
    "id": 449961,
    "uri": "https://api.kexp.org/v2/plays/449961/?format=api",
    "airdate": "2001-07-29T04:06:00-07:00",
    "show": 7607,
    "show_uri": "https://api.kexp.org/v2/shows/7607/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RftOxwJ5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RftOxwJ5L._SL75_.jpg",
    "song": "Rock Shock (live @ Chicago's Metro) (feat. Soldiers of Universal Love)",
    "track_id": "6e83d3f7-956c-4105-8195-50cf057de9f9",
    "recording_id": null,
    "artist": "Roy Davis Jr.",
    "artist_ids": [
        "a58a5d1f-9467-4df4-a157-eabb24d6bf28"
    ],
    "album": "Traxx From the Nile",
    "release_id": "b61fac5c-3127-45e5-8f36-b0c113713b7a",
    "release_group_id": null,
    "labels": [
        "Bombay Records"
    ],
    "label_ids": [
        "863aeafd-4bb8-4c82-b733-7b2a00b20e72"
    ],
    "release_date": "2001-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}