Information about plays

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

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

{
    "id": 3549309,
    "uri": "https://api.kexp.org/v2/plays/3549309/?format=api",
    "airdate": "2025-09-05T17:32:44-07:00",
    "show": 64483,
    "show_uri": "https://api.kexp.org/v2/shows/64483/?format=api",
    "image_uri": "https://ia801301.us.archive.org/20/items/mbid-6e2101db-f30b-411a-beb1-72ebbccb1d39/mbid-6e2101db-f30b-411a-beb1-72ebbccb1d39-37884511581_thumb500.jpg",
    "thumbnail_uri": "https://ia801301.us.archive.org/20/items/mbid-6e2101db-f30b-411a-beb1-72ebbccb1d39/mbid-6e2101db-f30b-411a-beb1-72ebbccb1d39-37884511581_thumb250.jpg",
    "song": "Hyperwave",
    "track_id": "820ef8cc-8563-42b4-97d1-1b6ff7370ccb",
    "recording_id": "df1d47f5-8ffc-420e-b7fb-324d25b55196",
    "artist": "Gary Clark Jr.",
    "artist_ids": [
        "c733c4e6-22a2-499d-ace7-17b832356aff"
    ],
    "album": "JPEG RAW",
    "release_id": "6e2101db-f30b-411a-beb1-72ebbccb1d39",
    "release_group_id": "67614a8a-afac-48fb-b58a-e398d5624b11",
    "labels": [
        "Warner Records"
    ],
    "label_ids": [
        "d4cd174f-784d-48d7-91c6-7427bd5d57fe"
    ],
    "release_date": "2024-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Austin, TX native Gary Clark Jr! Blues guitarist and singer, this is their sixth released album.\nhttps://www.garyclarkjr.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}