Information about plays

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

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

{
    "id": 3417125,
    "uri": "https://api.kexp.org/v2/plays/3417125/?format=api",
    "airdate": "2024-10-25T13:24:49-07:00",
    "show": 61669,
    "show_uri": "https://api.kexp.org/v2/shows/61669/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thief of Fire",
    "track_id": "f0bb9f3f-4444-3c77-979b-4b73c7bb1d9f",
    "recording_id": "a372a8e8-31a9-4868-a2a5-3c1fa471906a",
    "artist": "The Pop Group",
    "artist_ids": [
        "4c9f194e-6235-475a-bf7b-2fd54a0879ec"
    ],
    "album": "Y",
    "release_id": "131422d1-d04a-369c-996d-0af52762b6b4",
    "release_group_id": "4e1e4f56-62f1-3fe0-85ec-93e3afdb4c2d",
    "labels": [
        "Radar Records"
    ],
    "label_ids": [
        "3ee49dca-6b54-4c7b-976f-e31e6f691673"
    ],
    "release_date": "1979-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Pop Group formed in Bristol, England  in 1977 out of a sense of disenchantment with the increasing conservatism of punk\n\n\nhttps://popgroup.bandcamp.com/album/y-remastered",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}