Information about plays

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

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

{
    "id": 1308373,
    "uri": "https://api.kexp.org/v2/plays/1308373/?format=api",
    "airdate": "2007-11-29T22:16:26-08:00",
    "show": 22885,
    "show_uri": "https://api.kexp.org/v2/shows/22885/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Jf7FV-xPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Jf7FV-xPL._SL75_.jpg",
    "song": "Here in the Night",
    "track_id": "bf5a5188-ec48-46c0-a5ae-7b017f443e5a",
    "recording_id": null,
    "artist": "Kelley Polar",
    "artist_ids": [
        "a4ee6ca9-96d4-4012-8838-9042a2b775be"
    ],
    "album": "Love Songs of the Hanging Gardens",
    "release_id": "4d0f5e8d-d27e-4fcb-98e9-8c9cb6492146",
    "release_group_id": null,
    "labels": [
        "Environ"
    ],
    "label_ids": [
        "064ecabf-4b64-4afd-ab1c-f0595ed00d26"
    ],
    "release_date": "2005-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}