Information about plays

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

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

{
    "id": 3580681,
    "uri": "https://api.kexp.org/v2/plays/3580681/?format=api",
    "airdate": "2025-11-20T15:09:29-08:00",
    "show": 65162,
    "show_uri": "https://api.kexp.org/v2/shows/65162/?format=api",
    "image_uri": "https://ia804606.us.archive.org/11/items/mbid-19f14544-77fb-4d5f-92c8-352fa5cfea8e/mbid-19f14544-77fb-4d5f-92c8-352fa5cfea8e-18182528220_thumb500.jpg",
    "thumbnail_uri": "https://ia804606.us.archive.org/11/items/mbid-19f14544-77fb-4d5f-92c8-352fa5cfea8e/mbid-19f14544-77fb-4d5f-92c8-352fa5cfea8e-18182528220_thumb250.jpg",
    "song": "Born on a Day the Sun Didn't Rise",
    "track_id": "9b0c0619-d2de-3a53-b37d-f6b5263ef6f9",
    "recording_id": "603acd59-25b9-44cb-845d-495087b06aa0",
    "artist": "Black Moth Super Rainbow",
    "artist_ids": [
        "44e14e88-b17a-44d8-9e94-f3afa977239b"
    ],
    "album": "Eating Us",
    "release_id": "19f14544-77fb-4d5f-92c8-352fa5cfea8e",
    "release_group_id": "73898d43-7a79-3842-8145-6b3ab3cba75f",
    "labels": [
        "Graveface Records"
    ],
    "label_ids": [
        "10a3f1b7-ceba-4f4c-ab9e-50094b31ecd6"
    ],
    "release_date": "2009-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See Pittsburgh band Black Moth Super Rainbow playing live in our studio in 2013: https://www.youtube.com/watch?v=BPBC3tzeKZM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}