Information about plays

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

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

{
    "id": 3422254,
    "uri": "https://api.kexp.org/v2/plays/3422254/?format=api",
    "airdate": "2024-11-06T22:36:44-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "https://coverartarchive.org/release/1eab8666-baee-41be-9839-0d30222a4486/5347762467-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1eab8666-baee-41be-9839-0d30222a4486/5347762467-250.jpg",
    "song": "Ramblin’ Man",
    "track_id": null,
    "recording_id": "75e9d610-9b6f-44b4-ad23-efaf8f2cca09",
    "artist": "The Allman Brothers Band",
    "artist_ids": [
        "72359492-22be-4ed9-aaa0-efa434fb2b01"
    ],
    "album": "Brothers and Sisters",
    "release_id": null,
    "release_group_id": "e939fa86-d7bc-38a7-b6f9-d12fc3f9f22e",
    "labels": [
        "Capricorn Records"
    ],
    "label_ids": [
        "193ad58f-5e6b-4a86-8038-c03501565869"
    ],
    "release_date": "1973-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}