Information about plays

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

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

{
    "id": 3438922,
    "uri": "https://api.kexp.org/v2/plays/3438922/?format=api",
    "airdate": "2024-12-16T17:23:53-08:00",
    "show": 62128,
    "show_uri": "https://api.kexp.org/v2/shows/62128/?format=api",
    "image_uri": "https://coverartarchive.org/release/baea8578-6be4-4bdd-a20f-fa3eb8c9f458/23791472180-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/baea8578-6be4-4bdd-a20f-fa3eb8c9f458/23791472180-250.jpg",
    "song": "The Air That I Breathe",
    "track_id": null,
    "recording_id": "9f74157f-f782-4b4f-b19a-fb374e025a3f",
    "artist": "The Hollies",
    "artist_ids": [
        "d4305549-6b4e-4a57-b24d-8af0743fe191"
    ],
    "album": "Hollies",
    "release_id": null,
    "release_group_id": "aa60e11e-34fd-357d-a58f-f5f142e069f6",
    "labels": [],
    "label_ids": [],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hollies is the 14th UK studio album by the English pop rock group the Hollies, released in 1974, marking the return of Allan Clarke after he had left for a solo career.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}