Information about plays

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

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

{
    "id": 2677826,
    "uri": "https://api.kexp.org/v2/plays/2677826/?format=api",
    "airdate": "2019-12-25T06:14:14-08:00",
    "show": 46222,
    "show_uri": "https://api.kexp.org/v2/shows/46222/?format=api",
    "image_uri": "https://coverartarchive.org/release/5d2fa1d5-be3b-49a5-92a8-44f032a70888/19449817768-250.jpg",
    "thumbnail_uri": "",
    "song": "When the Night Is Over",
    "track_id": "54f75c12-f82d-4c71-bbae-d17c28e021e1",
    "recording_id": null,
    "artist": "Lord Huron",
    "artist_ids": [
        "51c76d97-0635-433c-b26d-66beb81657f8"
    ],
    "album": "Vide Noir",
    "release_id": "5d2fa1d5-be3b-49a5-92a8-44f032a70888",
    "release_group_id": null,
    "labels": [
        "Republic Records"
    ],
    "label_ids": [
        "e0ecd909-0477-485f-80dc-3c27ea4837ca"
    ],
    "release_date": "2018-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}