Information about plays

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

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

{
    "id": 415849,
    "uri": "https://api.kexp.org/v2/plays/415849/?format=api",
    "airdate": "2001-04-17T22:15:00-07:00",
    "show": 6939,
    "show_uri": "https://api.kexp.org/v2/shows/6939/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51K1hseREwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51K1hseREwL._SL75_.jpg",
    "song": "Roses in the Snow",
    "track_id": "595cd69f-b1d9-44e6-95c8-8612a692d26b",
    "recording_id": null,
    "artist": "Nico",
    "artist_ids": [
        "37c61bf2-5fb1-47ae-9605-80025d956958"
    ],
    "album": "The Marble Index",
    "release_id": "2d300125-9f6e-46b9-8bc5-7f6de009261c",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}