Information about plays

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

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

{
    "id": 3561134,
    "uri": "https://api.kexp.org/v2/plays/3561134/?format=api",
    "airdate": "2025-10-04T06:09:01-07:00",
    "show": 64740,
    "show_uri": "https://api.kexp.org/v2/shows/64740/?format=api",
    "image_uri": "https://coverartarchive.org/release/537368c9-02e4-497a-b0f4-5c146945f654/39724223998-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/537368c9-02e4-497a-b0f4-5c146945f654/39724223998-250.jpg",
    "song": "Ay no puedo",
    "track_id": null,
    "recording_id": "f876c94e-9815-4470-a065-6f5d227c2f83",
    "artist": "The Marías",
    "artist_ids": [
        "7a3970c9-ecd8-4eee-a267-4d8c77d97ff3"
    ],
    "album": "Submarine",
    "release_id": null,
    "release_group_id": "217f8621-5905-48eb-a837-000aeb7b7500",
    "labels": [
        "Nice Life"
    ],
    "label_ids": [
        "b977b21d-9a0d-4cb0-8f18-586d1d449a50"
    ],
    "release_date": "2024-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}