Information about plays

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

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

{
    "id": 414677,
    "uri": "https://api.kexp.org/v2/plays/414677/?format=api",
    "airdate": "2001-04-12T06:00:00-07:00",
    "show": 6916,
    "show_uri": "https://api.kexp.org/v2/shows/6916/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31V3PAD6ERL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31V3PAD6ERL._SL75_.jpg",
    "song": "Down the Steps",
    "track_id": "ec5b0f3b-00fe-47cf-83ac-fb21da6b1016",
    "recording_id": null,
    "artist": "Hope Sandoval & the Warm Inventions",
    "artist_ids": [
        "23f527e1-74ae-4f7c-94f3-4a5d5f379c51"
    ],
    "album": "At the Doorway Again",
    "release_id": "3af77d98-8b39-4a0a-aaa4-b9c069b751d0",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2000-11-13",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}