Information about plays

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

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

{
    "id": 1249984,
    "uri": "https://api.kexp.org/v2/plays/1249984/?format=api",
    "airdate": "2007-07-03T00:10:00-07:00",
    "show": 21896,
    "show_uri": "https://api.kexp.org/v2/shows/21896/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515V048uU9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515V048uU9L._SL75_.jpg",
    "song": "White Man's Jail",
    "track_id": "e89abb4d-f93f-43c6-afcd-175594ad51cd",
    "recording_id": null,
    "artist": "James Blood Ulmer",
    "artist_ids": [
        "a5209546-b1e8-449f-8b74-04ff88255f84"
    ],
    "album": "Birthright",
    "release_id": "0b053876-543a-4f22-891c-bc12d4648e0c",
    "release_group_id": null,
    "labels": [
        "HYENA Records"
    ],
    "label_ids": [
        "058766b8-4b5c-48c8-b176-a0f307ad8ba0"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}