Information about plays

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

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

{
    "id": 3613338,
    "uri": "https://api.kexp.org/v2/plays/3613338/?format=api",
    "airdate": "2026-02-05T01:44:12-08:00",
    "show": 65843,
    "show_uri": "https://api.kexp.org/v2/shows/65843/?format=api",
    "image_uri": "https://coverartarchive.org/release/4289c16e-e6cf-4ede-8393-f6ab080fbb30/12016502788-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4289c16e-e6cf-4ede-8393-f6ab080fbb30/12016502788-250.jpg",
    "song": "WTF (Where They From)",
    "track_id": null,
    "recording_id": "517122c9-937b-415a-854b-8cbd7db67324",
    "artist": "Missy Elliott feat. Pharrell",
    "artist_ids": [
        "a0b8cb9e-7532-45fe-a74c-30e7c4009a39",
        "149f91ef-1287-46da-9a8e-87fee02f1471"
    ],
    "album": "WTF (Where They From)",
    "release_id": null,
    "release_group_id": "d980a331-3f8f-4a6a-b05b-6d8e59b52403",
    "labels": [
        "The Goldmind, Inc."
    ],
    "label_ids": [
        "bf225f09-c8ff-4d06-8fc1-a557a720a141"
    ],
    "release_date": "2015-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request from Christine in SF!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}