Information about plays

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

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

{
    "id": 3426975,
    "uri": "https://api.kexp.org/v2/plays/3426975/?format=api",
    "airdate": "2024-11-18T08:49:15-08:00",
    "show": 61883,
    "show_uri": "https://api.kexp.org/v2/shows/61883/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another Heaven",
    "track_id": "595156b7-224e-4e71-afd1-22c11af46c36",
    "recording_id": "72e708b0-ccbd-40d3-9f1a-00eb9a7f8878",
    "artist": "Curses",
    "artist_ids": [
        "3701bcce-0fec-4c9b-9473-f8024d43cdd4"
    ],
    "album": "Another Heaven",
    "release_id": "a9825d94-25f6-4c86-b0d2-07f4b37dc2df",
    "release_group_id": "da559ffe-4a80-4c3b-9a87-07426cbb1fdb",
    "labels": [
        "Ombra International"
    ],
    "label_ids": [
        "c007ee34-4114-48c8-aba5-278ca2d4190a"
    ],
    "release_date": "2024-10-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The latest from this artist out of Berlin:\nhttps://cursesforever.bandcamp.com/album/another-heaven",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}