Information about plays

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

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

{
    "id": 1378726,
    "uri": "https://api.kexp.org/v2/plays/1378726/?format=api",
    "airdate": "2008-05-26T08:01:39-07:00",
    "show": 24063,
    "show_uri": "https://api.kexp.org/v2/shows/24063/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513WOiwVB8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513WOiwVB8L._SL75_.jpg",
    "song": "Break Myself in Two",
    "track_id": "92c3b41f-7447-44ca-a9c3-d584cd906e8b",
    "recording_id": null,
    "artist": "Hazelwood Motel",
    "artist_ids": [
        "a998ebd9-4b53-47fd-a0eb-55c73f323d47"
    ],
    "album": "Hazelwood Motel",
    "release_id": "94770318-f069-48bc-a399-89232f1e0875",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}