Information about plays

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

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

{
    "id": 3421836,
    "uri": "https://api.kexp.org/v2/plays/3421836/?format=api",
    "airdate": "2024-11-05T20:16:10-08:00",
    "show": 61774,
    "show_uri": "https://api.kexp.org/v2/shows/61774/?format=api",
    "image_uri": "https://coverartarchive.org/release/a1629841-c8ce-42ed-853d-4e7bce9d9584/5678753532-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a1629841-c8ce-42ed-853d-4e7bce9d9584/5678753532-250.jpg",
    "song": "Waltz of the Young Hearts",
    "track_id": null,
    "recording_id": "59074fb8-eb4b-436f-9da2-e72c689e9554",
    "artist": "Seychelles United Band",
    "artist_ids": [
        "48abaf0b-a42d-4507-b9d3-3f8dcd8dd005"
    ],
    "album": "Opika Pende: Africa at 78 RPM",
    "release_id": null,
    "release_group_id": "7f5d3b15-0b78-4db8-9dbf-2e82babffe00",
    "labels": [
        "Dust‐to‐Digital"
    ],
    "label_ids": [
        "a56452c5-c130-474b-bd61-7f413f2b0862"
    ],
    "release_date": "2011-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}