Information about plays

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

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

{
    "id": 457811,
    "uri": "https://api.kexp.org/v2/plays/457811/?format=api",
    "airdate": "2001-08-21T00:35:17-07:00",
    "show": 7759,
    "show_uri": "https://api.kexp.org/v2/shows/7759/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51OMHy2Dw2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51OMHy2Dw2L._SL75_.jpg",
    "song": "The Gift",
    "track_id": "9b3be5f1-bcc4-4dfa-a09a-99eda782c316",
    "recording_id": null,
    "artist": "Wayne Horvitz & Zony Mash",
    "artist_ids": [
        "806db20f-78bc-470e-811f-71b5474684e7"
    ],
    "album": "Cold Spell",
    "release_id": "9cb983e2-41bd-4641-9846-4d728fff63d8",
    "release_group_id": null,
    "labels": [
        "Knitting Factory"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}