Information about plays

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

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

{
    "id": 3524278,
    "uri": "https://api.kexp.org/v2/plays/3524278/?format=api",
    "airdate": "2025-07-08T09:45:47-07:00",
    "show": 63956,
    "show_uri": "https://api.kexp.org/v2/shows/63956/?format=api",
    "image_uri": "https://coverartarchive.org/release/067c3d38-1f5c-4596-baf3-e494a4342d1f/12385725136-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/067c3d38-1f5c-4596-baf3-e494a4342d1f/12385725136-250.jpg",
    "song": "Up Around the Bend",
    "track_id": null,
    "recording_id": "ae06cdc5-f662-47f4-8284-cfe5bae8cb3f",
    "artist": "Creedence Clearwater Revival",
    "artist_ids": [
        "109958eb-a335-4c5e-907e-597ff4c6af46"
    ],
    "album": "Cosmo’s Factory",
    "release_id": null,
    "release_group_id": "3a31800f-1916-3f4c-a7ae-26b783d00670",
    "labels": [
        "Liberty"
    ],
    "label_ids": [
        "f1452309-a828-4665-a70c-aacdf94d154b"
    ],
    "release_date": "1970-07-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hey, let's rebel against the guy who writes all the great songs. Ah, good plan! \n==\nOn this day in 1970, Creedence Clearwater Revival release Cosmo's Factory. Six of the album's eleven tracks were released as singles in 1970, and all of them charted in the top 5 of the Billboard Hot 100. \"Travelin' Band\"/\"Who'll Stop the Rain,\" \"Up Around the Bend\"/\"Run Through the Jungle,\" \"Lookin' Out My Back Door\"/\"Long As I Can See the Light\" and \"I Heard It Through the Grapevine.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}