Information about plays

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

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

{
    "id": 2677109,
    "uri": "https://api.kexp.org/v2/plays/2677109/?format=api",
    "airdate": "2019-12-23T10:24:41-08:00",
    "show": 46210,
    "show_uri": "https://api.kexp.org/v2/shows/46210/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Silent Shout (Shaken-Up version)",
    "track_id": "07c8141c-e8ce-4bf2-9fa7-03f4af8e17a8",
    "recording_id": null,
    "artist": "The Knife",
    "artist_ids": [
        "bf710b71-48e5-4e15-9bd6-96debb2e4e98"
    ],
    "album": "Shaken-Up Versions",
    "release_id": "9e028273-1d51-49bb-b787-e055ac0c461c",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2014-12-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}