Information about plays

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

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

{
    "id": 3608262,
    "uri": "https://api.kexp.org/v2/plays/3608262/?format=api",
    "airdate": "2026-01-24T00:26:08-08:00",
    "show": 65737,
    "show_uri": "https://api.kexp.org/v2/shows/65737/?format=api",
    "image_uri": "https://coverartarchive.org/release/e10f609f-4734-4010-bdb4-75d9ee377de5/32902965334-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e10f609f-4734-4010-bdb4-75d9ee377de5/32902965334-250.jpg",
    "song": "Get Away",
    "track_id": null,
    "recording_id": "487eaeff-8466-4a3e-9b58-bdd036141001",
    "artist": "The Internet",
    "artist_ids": [
        "45804465-4271-4e6a-b881-ce668ef09530"
    ],
    "album": "Ego Death",
    "release_id": null,
    "release_group_id": "e00039c9-cb40-4b18-ad39-6efc6d36331a",
    "labels": [
        "Odd Future Records"
    ],
    "label_ids": [
        "52833048-43ea-4c09-92e0-83323efa5cfe"
    ],
    "release_date": "2015-06-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}