Information about plays

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

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

{
    "id": 3523419,
    "uri": "https://api.kexp.org/v2/plays/3523419/?format=api",
    "airdate": "2025-07-06T10:33:55-07:00",
    "show": 63937,
    "show_uri": "https://api.kexp.org/v2/shows/63937/?format=api",
    "image_uri": "https://ia801401.us.archive.org/13/items/mbid-6f5cfb6b-8052-45ff-b109-146c18fd991d/mbid-6f5cfb6b-8052-45ff-b109-146c18fd991d-16100273811_thumb500.jpg",
    "thumbnail_uri": "https://ia601401.us.archive.org/13/items/mbid-6f5cfb6b-8052-45ff-b109-146c18fd991d/mbid-6f5cfb6b-8052-45ff-b109-146c18fd991d-16100273811_thumb250.jpg",
    "song": "Reelin’ and Rockin’",
    "track_id": "1d434d5e-265e-3397-ad39-a8c8cb39d038",
    "recording_id": "519b1f99-4a4c-4df6-b43f-ae7107b0d274",
    "artist": "Chuck Berry",
    "artist_ids": [
        "592a3b6d-c42b-4567-99c9-ecf63bd66499"
    ],
    "album": "The Chess Box",
    "release_id": "6f5cfb6b-8052-45ff-b109-146c18fd991d",
    "release_group_id": "85accf62-c974-3239-8c6e-10736e9e77b2",
    "labels": [
        "MCA Records",
        "Chess"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09",
        "6c6eb4e5-f7c7-48bd-93d2-4901b4971e12"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chuck Berry, also known as “The Father of Rock & Roll”, is an American singer, guitarist, and songwriter who merged musical styles like boogie-woogie, swing, pop, and big band to great acclaim.\n\nhttps://www.chuckberry.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}