Information about plays

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

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

{
    "id": 1316197,
    "uri": "https://api.kexp.org/v2/plays/1316197/?format=api",
    "airdate": "2007-12-19T20:07:00-08:00",
    "show": 23016,
    "show_uri": "https://api.kexp.org/v2/shows/23016/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa's Second Line",
    "track_id": "ee254178-1561-4b88-86c2-256bab3e35dd",
    "recording_id": null,
    "artist": "New Birth Brass Band",
    "artist_ids": [
        "e8c38972-d8b1-4612-9ce8-cc800bb1153d"
    ],
    "album": "Putumayo Presents: A New Orleans Christmas",
    "release_id": "b52cbcf7-7943-4e7d-8769-6dff9c4d4707",
    "release_group_id": null,
    "labels": [
        "Putumayo World Music"
    ],
    "label_ids": [
        "98049da0-a5be-49b9-8d95-770e2d7906d2"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}