Information about plays

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

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

{
    "id": 349734,
    "uri": "https://api.kexp.org/v2/plays/349734/?format=api",
    "airdate": "2019-07-03T20:08:11-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boom Boom",
    "track_id": "556cf903-35d3-3d38-863f-024c63ca66c9",
    "recording_id": null,
    "artist": "Jimmy Smith",
    "artist_ids": [
        "4f8a0d9b-5777-40da-b29a-e9753d5ae693"
    ],
    "album": "Hoochie Cooche Man",
    "release_id": "55aed9a6-4840-4432-ae79-72b6214f9aba",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1966-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The John Lee Hooker tune ; Jimmy doing “The Sermon” on the BBC in 1964: https://www.youtube.com/watch?v=vqSLoxwkCYE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}