Information about plays

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

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

{
    "id": 3636646,
    "uri": "https://api.kexp.org/v2/plays/3636646/?format=api",
    "airdate": "2026-04-01T23:35:04-07:00",
    "show": 66341,
    "show_uri": "https://api.kexp.org/v2/shows/66341/?format=api",
    "image_uri": "https://dn720706.ca.archive.org/0/items/mbid-c5adfb1a-710b-4f46-8764-46f9b2a54dd9/mbid-c5adfb1a-710b-4f46-8764-46f9b2a54dd9-22711269080_thumb500.jpg",
    "thumbnail_uri": "https://dn720706.ca.archive.org/0/items/mbid-c5adfb1a-710b-4f46-8764-46f9b2a54dd9/mbid-c5adfb1a-710b-4f46-8764-46f9b2a54dd9-22711269080_thumb250.jpg",
    "song": "The World Is Rated X (Alternate Mix)",
    "track_id": "c6c42849-95ca-4aee-b831-089910005000",
    "recording_id": "05121d05-a092-4d44-b4cb-e3400fb68c0f",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "You're the Man",
    "release_id": "c5adfb1a-710b-4f46-8764-46f9b2a54dd9",
    "release_group_id": "82a4f23b-df64-4f3f-be50-ea3c8f6b5fcd",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Marvin Gaye was born April 2, 1939.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}