Information about plays

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

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

{
    "id": 416873,
    "uri": "https://api.kexp.org/v2/plays/416873/?format=api",
    "airdate": "2001-04-20T20:55:23-07:00",
    "show": 6956,
    "show_uri": "https://api.kexp.org/v2/shows/6956/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51cM7n4IwqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51cM7n4IwqL._SL75_.jpg",
    "song": "Big D Boogie Woogie",
    "track_id": "7deb6927-0b42-44a8-8551-a2fe3b5e346b",
    "recording_id": null,
    "artist": "Reverend Horton Heat",
    "artist_ids": [
        "cbf71c15-17c2-484f-8406-cfce12fd3e46"
    ],
    "album": "Spend a Night in the Box",
    "release_id": "6fb3821a-52bb-4759-85e9-0d7475fc39d7",
    "release_group_id": null,
    "labels": [
        "Time Bomb Records"
    ],
    "label_ids": [
        "71198ccb-9c82-4355-ac9a-f630d4f93af2"
    ],
    "release_date": "2000-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}