Information about plays

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

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

{
    "id": 3637583,
    "uri": "https://api.kexp.org/v2/plays/3637583/?format=api",
    "airdate": "2026-04-04T05:28:31-07:00",
    "show": 66361,
    "show_uri": "https://api.kexp.org/v2/shows/66361/?format=api",
    "image_uri": "https://dn710708.ca.archive.org/0/items/mbid-9648435f-ce2f-4e6b-bebe-90ef7c6f2d88/mbid-9648435f-ce2f-4e6b-bebe-90ef7c6f2d88-8256283799_thumb500.jpg",
    "thumbnail_uri": "https://dn710708.ca.archive.org/0/items/mbid-9648435f-ce2f-4e6b-bebe-90ef7c6f2d88/mbid-9648435f-ce2f-4e6b-bebe-90ef7c6f2d88-8256283799_thumb250.jpg",
    "song": "I Heard It Through the Grapevine",
    "track_id": "acbd20ed-f114-425f-bb1b-31fa01b369a1",
    "recording_id": "53c6740c-7a7d-4d07-a8d2-80cb828b3eb0",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "The Very Best of Marvin Gaye",
    "release_id": "9648435f-ce2f-4e6b-bebe-90ef7c6f2d88",
    "release_group_id": "fabc8d10-64e5-452c-bfe3-5da10451d136",
    "labels": [
        "Motown",
        "UTV Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b",
        "b76b577b-3460-4d8c-874f-4530b3396311"
    ],
    "release_date": "2001-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A famous aries, born on April 2, 1939.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}