Information about plays

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

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

{
    "id": 449187,
    "uri": "https://api.kexp.org/v2/plays/449187/?format=api",
    "airdate": "2001-07-26T19:27:16-07:00",
    "show": 7592,
    "show_uri": "https://api.kexp.org/v2/shows/7592/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418B6J70A4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418B6J70A4L._SL75_.jpg",
    "song": "Unwound",
    "track_id": "125e3eb2-690b-4115-b2bc-66a158dc43c0",
    "recording_id": null,
    "artist": "George Strait",
    "artist_ids": [
        "5ab2cf34-517e-48eb-b3a5-34e1cbcd600a"
    ],
    "album": "Strait Country",
    "release_id": "2b12f72a-bde5-4f67-95f2-a03f315bf8a3",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}