Information about plays

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

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

{
    "id": 3423845,
    "uri": "https://api.kexp.org/v2/plays/3423845/?format=api",
    "airdate": "2024-11-10T20:18:39-08:00",
    "show": 61817,
    "show_uri": "https://api.kexp.org/v2/shows/61817/?format=api",
    "image_uri": "https://coverartarchive.org/release/eb0281b0-c3cc-4d0a-8764-f92a7a1ae9d2/13389074534-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eb0281b0-c3cc-4d0a-8764-f92a7a1ae9d2/13389074534-250.jpg",
    "song": "Jesus Rhapsody, Part I",
    "track_id": null,
    "recording_id": "f4432498-e848-403e-8c09-01c44405327e",
    "artist": "Preacher & The Saints",
    "artist_ids": [
        "7b0d8a70-611b-4e4d-9952-f237fcfba144"
    ],
    "album": "Good God! A Gospel Funk Hymnal",
    "release_id": null,
    "release_group_id": "86bd0e9d-8538-32aa-a357-0f6709139998",
    "labels": [
        "King James"
    ],
    "label_ids": [],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Preacher & The Saints originally released \"Jesus Rhapsody, Part I\" in 1974 as a B-side to \"The Mailman Cometh.\"\nWritten by Eddie Walker and Melvin Kenniebrew and produced by Don Groton.\n\nThe song is included on the compilation album Good God! A Gospel Funk Hymnal.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}