Information about plays

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

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

{
    "id": 3519701,
    "uri": "https://api.kexp.org/v2/plays/3519701/?format=api",
    "airdate": "2025-06-27T23:05:46-07:00",
    "show": 63854,
    "show_uri": "https://api.kexp.org/v2/shows/63854/?format=api",
    "image_uri": "https://coverartarchive.org/release/8eb16d9c-9f67-40c4-a1bd-12a758f2f27c/37221866948-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8eb16d9c-9f67-40c4-a1bd-12a758f2f27c/37221866948-250.jpg",
    "song": "Third Coast",
    "track_id": null,
    "recording_id": "d612774c-4fb9-4464-b555-e807197d82b4",
    "artist": "Teezo Touchdown",
    "artist_ids": [
        "f1660eaa-929f-48d4-9926-9aaa61afa52f"
    ],
    "album": "How Do You Sleep at Night?",
    "release_id": null,
    "release_group_id": "7eb0df42-1aa5-472e-82ca-67d732a9b4f0",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2023-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}