Information about plays

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

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

{
    "id": 3422146,
    "uri": "https://api.kexp.org/v2/plays/3422146/?format=api",
    "airdate": "2024-11-06T16:05:11-08:00",
    "show": 61781,
    "show_uri": "https://api.kexp.org/v2/shows/61781/?format=api",
    "image_uri": "https://coverartarchive.org/release/169d9fb9-bc65-423b-9c44-2d177a329b48/33734215643-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/169d9fb9-bc65-423b-9c44-2d177a329b48/33734215643-250.jpg",
    "song": "Feels Like We Only Go Backwards",
    "track_id": null,
    "recording_id": "74bbaf1e-220c-4329-b494-bcfd7da17ec0",
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Lonerism",
    "release_id": null,
    "release_group_id": "b0864c80-2726-4761-bf66-a97610162a2c",
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2012-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The psychedelic music project is the creation of the Australian multi-instrumentalist Kevin Parker. See the swirling psychedelia in the official video for \"Feels Like We Only Go Backwards\": https://www.youtube.com/watch?v=wycjnCCgUes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}