Information about plays

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

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

{
    "id": 3410995,
    "uri": "https://api.kexp.org/v2/plays/3410995/?format=api",
    "airdate": "2024-10-10T18:33:29-07:00",
    "show": 61539,
    "show_uri": "https://api.kexp.org/v2/shows/61539/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "These Walls",
    "track_id": "70026528-8a82-456c-99f6-a477c9962230",
    "recording_id": "012348db-35a9-4823-b039-1bc0cc5400af",
    "artist": "Makthaverskan",
    "artist_ids": [
        "735f0aca-dd56-4247-8d11-1d7260c25436"
    ],
    "album": "För Allting",
    "release_id": "64c84d79-15b5-4eab-9902-f8d32051e012",
    "release_group_id": "33187db9-0619-44b9-8df2-a74380321b00",
    "labels": [
        "Run for Cover Records"
    ],
    "label_ids": [
        "9c5c93da-b877-4c50-9ae8-7c6aaaf32e51"
    ],
    "release_date": "2021-11-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Makthaverskan is from Gothenburg, Sweden. Check out their bandcamp: https://makthaverskan.bandcamp.com/album/f-r-allting",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}