Information about plays

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

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

{
    "id": 1354049,
    "uri": "https://api.kexp.org/v2/plays/1354049/?format=api",
    "airdate": "2008-03-25T08:21:48-07:00",
    "show": 23651,
    "show_uri": "https://api.kexp.org/v2/shows/23651/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61HSBV2PM1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61HSBV2PM1L._SL75_.jpg",
    "song": "This Must Be the Place (Naive Melody)",
    "track_id": "ff78c886-a7d1-4587-bb1f-731de21cc50e",
    "recording_id": null,
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Once in a Lifetime: The Best Of",
    "release_id": "378f3857-f875-4e10-b262-365bce7023e9",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}