Information about plays

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

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

{
    "id": 3603161,
    "uri": "https://api.kexp.org/v2/plays/3603161/?format=api",
    "airdate": "2026-01-11T17:45:06-08:00",
    "show": 65624,
    "show_uri": "https://api.kexp.org/v2/shows/65624/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Version of You (Joseph Ray remix)",
    "track_id": null,
    "recording_id": "842b1c64-3283-43b2-b65d-52e132f634b5",
    "artist": "ODESZA feat. Julianna Barwick",
    "artist_ids": [
        "2e222fce-02ae-4221-b1c6-3c3242b423b6",
        "ba49bbe3-188b-44d7-95f3-92ff9939af28"
    ],
    "album": "The Last Goodbye Remixes Nº.2",
    "release_id": null,
    "release_group_id": "9b027747-c6a7-41d6-adb3-2f6c70381a27",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2023-02-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}