Information about plays

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

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

{
    "id": 1366131,
    "uri": "https://api.kexp.org/v2/plays/1366131/?format=api",
    "airdate": "2008-04-24T18:37:27-07:00",
    "show": 23852,
    "show_uri": "https://api.kexp.org/v2/shows/23852/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JE3VZZT2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JE3VZZT2L._SL75_.jpg",
    "song": "My Secret Flame",
    "track_id": "9c3d2a44-84fa-433b-8e9f-0f0b3c0339c1",
    "recording_id": null,
    "artist": "The Mavericks",
    "artist_ids": [
        "21e68cc5-1295-4b66-8f4d-6ba58d63f78c"
    ],
    "album": "Music for All Occasions",
    "release_id": "6c945b98-899a-4c49-a6eb-f731df73a3b7",
    "release_group_id": null,
    "labels": [
        "MCA Nashville"
    ],
    "label_ids": [
        "05e216a0-c5c6-4788-a105-39efee687715"
    ],
    "release_date": "1995-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}