Information about plays

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

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

{
    "id": 1278384,
    "uri": "https://api.kexp.org/v2/plays/1278384/?format=api",
    "airdate": "2007-09-12T17:37:00-07:00",
    "show": 22373,
    "show_uri": "https://api.kexp.org/v2/shows/22373/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/6137O-w2S-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/6137O-w2S-L._SL75_.jpg",
    "song": "Ain't No Telling",
    "track_id": "6bcb6dc3-3b7c-4135-9a35-1178eee09580",
    "recording_id": null,
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Axis: Bold as Love",
    "release_id": "40ba60d9-9d5e-4001-84c9-ee51388509da",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1993-09-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}