Information about plays

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

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

{
    "id": 3438266,
    "uri": "https://api.kexp.org/v2/plays/3438266/?format=api",
    "airdate": "2024-12-15T03:33:28-08:00",
    "show": 62114,
    "show_uri": "https://api.kexp.org/v2/shows/62114/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "BLACK FLAG FREESTYLE",
    "track_id": "c6593d0a-5de3-404b-89a2-940bd3be53e2",
    "recording_id": "6c0413b5-b617-41fe-888a-8afe8d1fd4df",
    "artist": "Denzel Curry & That Mexican OT",
    "artist_ids": [
        "115dc8c9-cb04-4dd6-859e-39739eb57215",
        "5f95440d-7737-4a36-9bcf-c05337f7129b"
    ],
    "album": "King Of The Mischievous South Vol. 2",
    "release_id": "26507442-fbbf-4538-a790-7b2621a01984",
    "release_group_id": "f4e3c9f6-7ae4-4a8b-a11c-be9fd2e5c3f2",
    "labels": [
        "PH Recordings",
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "1a4ef7a2-b6df-42ab-820d-d3196a81c5fd",
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2024-07-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}