Information about plays

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

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

{
    "id": 355941,
    "uri": "https://api.kexp.org/v2/plays/355941/?format=api",
    "airdate": "2019-07-18T06:57:24-07:00",
    "show": 5930,
    "show_uri": "https://api.kexp.org/v2/shows/5930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thursday",
    "track_id": "e8ce0d47-0660-3341-bdea-0a5766bdfc17",
    "recording_id": null,
    "artist": "Morphine",
    "artist_ids": [
        "42689657-cbec-4f66-a9ed-80f939ea23ed"
    ],
    "album": "Thursday",
    "release_id": "4ec9739d-9ac5-4a25-a2bc-d2f675d9ed78",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1994-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Thursday Thursday Thursday! Beer and pool later?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}