Information about plays

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

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

{
    "id": 3574101,
    "uri": "https://api.kexp.org/v2/plays/3574101/?format=api",
    "airdate": "2025-11-05T00:08:17-08:00",
    "show": 65025,
    "show_uri": "https://api.kexp.org/v2/shows/65025/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Back",
    "track_id": "9a67bf89-834a-3009-9434-bcf472b9be29",
    "recording_id": "a52c2553-1670-4262-9193-6ecd6713741a",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Let It Be",
    "release_id": "95dc0b60-b044-3406-9922-b49092e5972f",
    "release_group_id": "bff544a7-56e0-3ed6-9e0f-3b676cca9111",
    "labels": [
        "Apple Records",
        "Parlophone"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910",
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I'm seeing Paul in a week in Pittsburgh!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}