Information about plays

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

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

{
    "id": 3571720,
    "uri": "https://api.kexp.org/v2/plays/3571720/?format=api",
    "airdate": "2025-10-30T07:05:58-07:00",
    "show": 64971,
    "show_uri": "https://api.kexp.org/v2/shows/64971/?format=api",
    "image_uri": "https://ia802903.us.archive.org/25/items/mbid-00ae5e83-0914-422f-ba09-d7615deb6bd1/mbid-00ae5e83-0914-422f-ba09-d7615deb6bd1-25461367092_thumb500.jpg",
    "thumbnail_uri": "https://ia802903.us.archive.org/25/items/mbid-00ae5e83-0914-422f-ba09-d7615deb6bd1/mbid-00ae5e83-0914-422f-ba09-d7615deb6bd1-25461367092_thumb250.jpg",
    "song": "After Hours",
    "track_id": "0ddcbb2f-31e6-4a97-966f-2548f18cb7bc",
    "recording_id": "c186836c-80e8-401b-9467-deac1fe353c2",
    "artist": "The Weeknd",
    "artist_ids": [
        "c8b03190-306c-4120-bb0b-6f2ebfc06ea9"
    ],
    "album": "After Hours",
    "release_id": "8897630a-fd59-4af4-bd06-4043f09f5931",
    "release_group_id": "cb5edcad-4ff0-4250-a845-e5aaa47a1b7b",
    "labels": [
        "Republic Records",
        "XO"
    ],
    "label_ids": [
        "e0ecd909-0477-485f-80dc-3c27ea4837ca",
        "6b3c36b0-2c44-4f6b-b490-d4c69fa2b80f"
    ],
    "release_date": "2020-02-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The title track from Canadian artist The Weeknd's fourth studio album, and his first explorations into new wave and dream pop",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}