Information about plays

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

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

{
    "id": 3549427,
    "uri": "https://api.kexp.org/v2/plays/3549427/?format=api",
    "airdate": "2025-09-06T00:17:49-07:00",
    "show": 64485,
    "show_uri": "https://api.kexp.org/v2/shows/64485/?format=api",
    "image_uri": "https://coverartarchive.org/release/613f748d-3ba7-4d5d-94f4-f657495f31a4/12602158883-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/613f748d-3ba7-4d5d-94f4-f657495f31a4/12602158883-250.jpg",
    "song": "Church",
    "track_id": null,
    "recording_id": "a047e6af-c5be-44da-a765-13226a2ab3eb",
    "artist": "BJ the Chicago Kid feat. Chance the Rapper & Buddy",
    "artist_ids": [
        "112beffb-1adc-488b-8d61-7b2ab3475d52",
        "373a4c98-a46b-48e4-86ec-f6ca65b4f438",
        "20533bc5-fbc5-4d69-9e83-db3f17ce6e49"
    ],
    "album": "In My Mind",
    "release_id": null,
    "release_group_id": "48a99a7c-d512-47e8-81e3-e1f27db456eb",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2016-02-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}