Information about plays

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

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

{
    "id": 3415742,
    "uri": "https://api.kexp.org/v2/plays/3415742/?format=api",
    "airdate": "2024-10-22T02:26:09-07:00",
    "show": 61641,
    "show_uri": "https://api.kexp.org/v2/shows/61641/?format=api",
    "image_uri": "https://coverartarchive.org/release/aac0c969-6e5d-40ad-9c7c-f21b7098cda0/25512432307-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aac0c969-6e5d-40ad-9c7c-f21b7098cda0/25512432307-250.jpg",
    "song": "Vamp",
    "track_id": null,
    "recording_id": "5b746258-2fe1-42b3-8af3-9679a90714c0",
    "artist": "Outlander",
    "artist_ids": [
        "95c6d9d6-075f-4dc2-85e6-c0389e4f431f"
    ],
    "album": "Vamp",
    "release_id": null,
    "release_group_id": "cccd4c5a-0f7b-3a2e-af98-fd223361277b",
    "labels": [
        "R&S Records"
    ],
    "label_ids": [
        "77bc13d5-ad62-4a2a-afd8-7e184f090708"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}