Information about plays

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

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

{
    "id": 3561610,
    "uri": "https://api.kexp.org/v2/plays/3561610/?format=api",
    "airdate": "2025-10-05T11:08:39-07:00",
    "show": 64753,
    "show_uri": "https://api.kexp.org/v2/shows/64753/?format=api",
    "image_uri": "https://coverartarchive.org/release/2b702423-7a4d-46ce-8c03-a3a0d27ee7aa/33416658022-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2b702423-7a4d-46ce-8c03-a3a0d27ee7aa/33416658022-250.jpg",
    "song": "If You’re Ready (Come Go With Me)",
    "track_id": null,
    "recording_id": "6d98e7ab-6864-4fdf-acc2-4b2643a2add8",
    "artist": "The Staple Singers",
    "artist_ids": [
        "3d49e36a-cc9e-411e-93c6-d1646ba5bd3a"
    ],
    "album": "Be What You Are",
    "release_id": null,
    "release_group_id": "b698a3f7-a2d1-3bdf-8058-c9b457d24ae3",
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "1973-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The family band who were an integral part and soundtrack to the Civil Rights Movement had a hit with this single.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}