Information about plays

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

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

{
    "id": 1343085,
    "uri": "https://api.kexp.org/v2/plays/1343085/?format=api",
    "airdate": "2008-02-26T01:50:45-08:00",
    "show": 23468,
    "show_uri": "https://api.kexp.org/v2/shows/23468/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FZM3F3RNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FZM3F3RNL._SL75_.jpg",
    "song": "The Red the White the Black the Blue",
    "track_id": "bcdf5304-50ce-4de7-931f-3dee9e3114ac",
    "recording_id": null,
    "artist": "Hope of the States",
    "artist_ids": [
        "18944822-b1d9-45dd-a77b-c40f74e2a701"
    ],
    "album": "The Red The White The Black The Blue",
    "release_id": "6f65be10-9b7f-40a3-94c3-532a5c5b3726",
    "release_group_id": null,
    "labels": [
        "Sony Classical"
    ],
    "label_ids": [
        "10920823-9ed8-45d9-adb3-69fc22475ab0"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}