Information about plays

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

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

{
    "id": 3433890,
    "uri": "https://api.kexp.org/v2/plays/3433890/?format=api",
    "airdate": "2024-12-04T20:14:17-08:00",
    "show": 62025,
    "show_uri": "https://api.kexp.org/v2/shows/62025/?format=api",
    "image_uri": "https://coverartarchive.org/release/77250e15-6511-4733-892c-6527be15efa8/14358883273-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/77250e15-6511-4733-892c-6527be15efa8/14358883273-250.jpg",
    "song": "Daydream",
    "track_id": null,
    "recording_id": "5f9bbdfe-b855-479d-8798-c6acb3e9f20f",
    "artist": "Wallace Collection",
    "artist_ids": [
        "cefba826-a2b1-43e9-ab52-49b1ba44a875"
    ],
    "album": "Arte Summer of the 60s",
    "release_id": null,
    "release_group_id": "eb147f92-3e84-4e06-9da8-cf0473672339",
    "labels": [
        "EMI Music France"
    ],
    "label_ids": [
        "d2d352a2-5c11-483f-86fc-f8f185e75e96"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}