Information about plays

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

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

{
    "id": 3413737,
    "uri": "https://api.kexp.org/v2/plays/3413737/?format=api",
    "airdate": "2024-10-17T04:37:26-07:00",
    "show": 61596,
    "show_uri": "https://api.kexp.org/v2/shows/61596/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunshine & the Rain",
    "track_id": null,
    "recording_id": "d5c49025-0db9-43c0-bf40-67cc4b361286",
    "artist": "Joi",
    "artist_ids": [
        "066d8578-8ab1-4cff-a2f8-3b0ea6c45258"
    ],
    "album": "The Pendulum Vibe",
    "release_id": null,
    "release_group_id": "fb30747a-141c-3d89-9b10-dfc42d590bb5",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1994-06-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}