Information about plays

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

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

{
    "id": 3413135,
    "uri": "https://api.kexp.org/v2/plays/3413135/?format=api",
    "airdate": "2024-10-15T22:29:48-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Avalanche of Love",
    "track_id": null,
    "recording_id": "2300bf63-060f-421d-ba51-dd262d403ba4",
    "artist": "WITCH & Sampa the Great",
    "artist_ids": [
        "6fc531d2-9a47-496b-b4b5-01e2b17fe99d",
        "9d79c790-9897-464e-aef0-db5bd3290f00"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Desert Daze Sound"
    ],
    "label_ids": [
        "86c651ce-8063-4057-8a34-d8f1313b47e8"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Intensely good collaboration! https://www.rollingstone.com/music/music-news/witch-zango-album-avalanche-of-love-song-1234709339/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}