Information about plays

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

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

{
    "id": 1274820,
    "uri": "https://api.kexp.org/v2/plays/1274820/?format=api",
    "airdate": "2007-09-03T17:05:00-07:00",
    "show": 22315,
    "show_uri": "https://api.kexp.org/v2/shows/22315/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BWzYSMviL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BWzYSMviL._SL75_.jpg",
    "song": "The Magician",
    "track_id": "d3080976-14a1-455f-9949-1eaefa24b848",
    "recording_id": null,
    "artist": "Jason Isbell",
    "artist_ids": [
        "4c501a41-5f23-41c9-a36a-5b86e894e08d"
    ],
    "album": "Sirens of the Ditch",
    "release_id": "e37ae5f2-fea2-48c4-9c18-05130b9bfac5",
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2007-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}