Information about plays

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

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

{
    "id": 344921,
    "uri": "https://api.kexp.org/v2/plays/344921/?format=api",
    "airdate": "2019-06-22T23:55:00-07:00",
    "show": 5750,
    "show_uri": "https://api.kexp.org/v2/shows/5750/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hardware",
    "track_id": "66acd0a8-341b-44c0-a7d3-f157e991d1c9",
    "recording_id": null,
    "artist": "L.O.T.I.O.N.",
    "artist_ids": [
        "c52fbe81-6ab4-41f6-b178-b5c6c76d5d74"
    ],
    "album": "World Wide W.E.B.",
    "release_id": "2cfd1b2f-c658-4b25-835b-142ce9eb27c2",
    "release_group_id": null,
    "labels": [
        "Toxic State Records"
    ],
    "label_ids": [
        "6bea8723-4ead-4a62-8c28-baf8edd8ae81"
    ],
    "release_date": "2019-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}