Information about plays

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

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

{
    "id": 1356517,
    "uri": "https://api.kexp.org/v2/plays/1356517/?format=api",
    "airdate": "2008-03-31T11:57:37-07:00",
    "show": 23692,
    "show_uri": "https://api.kexp.org/v2/shows/23692/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Devices",
    "track_id": "9f15561f-6ffe-4fe8-8011-d76802e314b9",
    "recording_id": null,
    "artist": "The Terrordactyls",
    "artist_ids": [
        "64032c9d-c425-4365-b746-657b85577c6e"
    ],
    "album": "The Terrordactyls",
    "release_id": "a42c6e81-3753-42bc-be62-a377d3605acc",
    "release_group_id": null,
    "labels": [
        "Pankof Records"
    ],
    "label_ids": [
        "e414720e-0f23-4137-8f70-4ca7bb0ff78a"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}