Information about plays

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

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

{
    "id": 414553,
    "uri": "https://api.kexp.org/v2/plays/414553/?format=api",
    "airdate": "2001-04-09T10:00:00-07:00",
    "show": 6912,
    "show_uri": "https://api.kexp.org/v2/shows/6912/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31VJZ0CAXNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31VJZ0CAXNL._SL75_.jpg",
    "song": "He Turned The Light Off",
    "track_id": "3597c2b7-6038-48f9-bdf9-b0d5aa27b96a",
    "recording_id": null,
    "artist": "Nina Hynes",
    "artist_ids": [
        "2344132a-22f4-4206-b6af-cd7960fa8fb6"
    ],
    "album": "Creation",
    "release_id": "b44b011c-b3b1-4854-aedc-10c149124d38",
    "release_group_id": null,
    "labels": [
        "Reverb Records"
    ],
    "label_ids": [
        "7798cb5d-4af5-466f-b84f-12be43876696"
    ],
    "release_date": "1999-04-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}