Information about plays

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

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

{
    "id": 3422041,
    "uri": "https://api.kexp.org/v2/plays/3422041/?format=api",
    "airdate": "2024-11-06T09:06:37-08:00",
    "show": 61778,
    "show_uri": "https://api.kexp.org/v2/shows/61778/?format=api",
    "image_uri": "https://coverartarchive.org/release/dcad19e5-fe96-3be2-a9f2-b7ce395b0dac/3003380230-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dcad19e5-fe96-3be2-a9f2-b7ce395b0dac/3003380230-250.jpg",
    "song": "Carry On",
    "track_id": null,
    "recording_id": "34786ae6-45a8-47c0-b14e-a6620a3016cb",
    "artist": "Crosby, Stills, Nash & Young",
    "artist_ids": [
        "46a782ea-4308-476b-abd1-a91b197f3037"
    ],
    "album": "Déjà vu",
    "release_id": null,
    "release_group_id": "3412fd44-c6e6-3a3b-b91a-964a055192ec",
    "labels": [
        "Mobile Fidelity Sound Lab"
    ],
    "label_ids": [
        "edd54e2f-2eef-46b1-a9b5-bedfe5ed33be"
    ],
    "release_date": "1970-03-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hello John, Any chance you could play Carry On by Crosby, Stills, Nash & Young?\nThank you,\nChris in Michigan\n--\nBoom",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}