Information about plays

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

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

{
    "id": 3416880,
    "uri": "https://api.kexp.org/v2/plays/3416880/?format=api",
    "airdate": "2024-10-24T22:33:35-07:00",
    "show": 61664,
    "show_uri": "https://api.kexp.org/v2/shows/61664/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Told U",
    "track_id": null,
    "recording_id": "f2c3a56d-948c-4424-90be-ec308ad0cfc0",
    "artist": "Kuna Maze feat. Steve Spacek",
    "artist_ids": [
        "fa4b1c39-430c-4adc-91aa-253ee01b906b",
        "9c34dbb7-4666-4437-9f7e-1b0d74025936"
    ],
    "album": "Night Shift",
    "release_id": null,
    "release_group_id": "2f1f444c-af74-4b96-86a8-0e355b1928de",
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2023-06-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}