Information about plays

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

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

{
    "id": 498987,
    "uri": "https://api.kexp.org/v2/plays/498987/?format=api",
    "airdate": "2001-12-21T00:24:00-08:00",
    "show": 8562,
    "show_uri": "https://api.kexp.org/v2/shows/8562/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51035X7JPBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51035X7JPBL._SL75_.jpg",
    "song": "Suite D256",
    "track_id": "c76d54ac-0626-4d0f-ba11-40a6bfc98e03",
    "recording_id": null,
    "artist": "Phoenecia",
    "artist_ids": [
        "9f39e2b9-1213-4bf3-ba61-b084eff16d60"
    ],
    "album": "Brownout",
    "release_id": "6a01774f-e33c-4028-83bb-dce7f7b8ff71",
    "release_group_id": null,
    "labels": [
        "Schematic"
    ],
    "label_ids": [
        "52d89463-416e-4582-925e-d2ff130ccf7a"
    ],
    "release_date": "2001-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}