Information about plays

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

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

{
    "id": 434580,
    "uri": "https://api.kexp.org/v2/plays/434580/?format=api",
    "airdate": "2001-06-14T10:30:00-07:00",
    "show": 7314,
    "show_uri": "https://api.kexp.org/v2/shows/7314/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51s6j4Vxu5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51s6j4Vxu5L._SL75_.jpg",
    "song": "House of the Risin' Sun",
    "track_id": "b31f12e9-2b2d-4ac5-b1fd-fdb0b97d168c",
    "recording_id": null,
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Bob Dylan",
    "release_id": "4b5db958-0948-4151-8e1f-2d5b8cc35975",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1962-03-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}