Information about plays

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

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

{
    "id": 3428097,
    "uri": "https://api.kexp.org/v2/plays/3428097/?format=api",
    "airdate": "2024-11-21T03:30:48-08:00",
    "show": 61905,
    "show_uri": "https://api.kexp.org/v2/shows/61905/?format=api",
    "image_uri": "https://coverartarchive.org/release/c0a8c48f-130f-42af-be0d-6afc04593a23/22297339243-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c0a8c48f-130f-42af-be0d-6afc04593a23/22297339243-250.jpg",
    "song": "Girl’s Eyes",
    "track_id": null,
    "recording_id": "34b82ee5-f9a1-4ed9-a7e1-da2ffbde370b",
    "artist": "The Who",
    "artist_ids": [
        "9fdaa16b-a6c4-4831-b87c-bc9ca8ce7eaa"
    ],
    "album": "The Who Sell Out",
    "release_id": null,
    "release_group_id": "aa02a102-f7b5-3584-8d21-bd9c560effb6",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1967-12-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}