Information about plays

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

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

{
    "id": 2679282,
    "uri": "https://api.kexp.org/v2/plays/2679282/?format=api",
    "airdate": "2019-12-28T21:08:16-08:00",
    "show": 46244,
    "show_uri": "https://api.kexp.org/v2/shows/46244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tell Us the Truth",
    "track_id": "6ca9064c-4c40-39d3-ab4f-bc73651ea755",
    "recording_id": null,
    "artist": "Sham 69",
    "artist_ids": [
        "33235ed4-d5bd-42cd-b77c-de646c36c8c6"
    ],
    "album": "Tell Us the Truth",
    "release_id": "fecd1739-b11a-4b6d-bd32-71bc45354983",
    "release_group_id": null,
    "labels": [
        "Captain Oi!"
    ],
    "label_ids": [
        "3a12cdfc-fed4-43fd-8ed8-e8ee96277bdc"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}