Information about plays

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

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

{
    "id": 3579804,
    "uri": "https://api.kexp.org/v2/plays/3579804/?format=api",
    "airdate": "2025-11-18T10:40:15-08:00",
    "show": 65145,
    "show_uri": "https://api.kexp.org/v2/shows/65145/?format=api",
    "image_uri": "https://coverartarchive.org/release/988d666b-4e78-417b-bbd6-12174e93f00e/6937324709-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/988d666b-4e78-417b-bbd6-12174e93f00e/6937324709-250.jpg",
    "song": "(Your Love Keeps Lifting Me) Higher and Higher",
    "track_id": null,
    "recording_id": "6de0e7ea-bc97-440c-ba5f-0eb08ca323e6",
    "artist": "Jackie Wilson",
    "artist_ids": [
        "f0bf4fa0-028e-452f-82d3-7d4375e105dd"
    ],
    "album": "Higher and Higher",
    "release_id": null,
    "release_group_id": "aac22c18-14d4-3f4d-b5c8-b6d6866bd56a",
    "labels": [
        "Brunswick"
    ],
    "label_ids": [
        "d532d4dd-c853-4f44-a550-f050e25095de"
    ],
    "release_date": "1967-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was originally recorded by the vocal group The Dells. It was written by the blind songwriter and producer from Chicago, Raynard Minor, who worked on the original version with Billy Davis of Chess Records and producer Carl Smith. Davis allowed another songwriter in the Chess stable, Gary Jackson, to make some changes and pitch the song, with Davis removed from the credits. Jackson got the song to Brunswick Records, and they recorded it with their artist Jackie Wilson before The Dells could release their version.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}