Information about plays

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

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

{
    "id": 1277055,
    "uri": "https://api.kexp.org/v2/plays/1277055/?format=api",
    "airdate": "2007-09-09T04:58:00-07:00",
    "show": 22350,
    "show_uri": "https://api.kexp.org/v2/shows/22350/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61B3HDwwc1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61B3HDwwc1L._SL75_.jpg",
    "song": "The Death & Resurrection Show",
    "track_id": "e4fd31a4-ef6f-489d-856d-f51a57db102f",
    "recording_id": null,
    "artist": "Killing Joke",
    "artist_ids": [
        "f5aca88c-e3c1-4bc2-af33-68a9a9f7b56a"
    ],
    "album": "Killing Joke",
    "release_id": "726f30ed-02bc-48b9-b7cd-7d5134af4e86",
    "release_group_id": null,
    "labels": [
        "Zuma Recordings"
    ],
    "label_ids": [
        "4d9e0708-2abc-44ce-81e0-16787fb1544f"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}