Information about plays

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

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

{
    "id": 3410996,
    "uri": "https://api.kexp.org/v2/plays/3410996/?format=api",
    "airdate": "2024-10-10T18:37:52-07:00",
    "show": 61539,
    "show_uri": "https://api.kexp.org/v2/shows/61539/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hiding",
    "track_id": "4e5b00ab-297c-4e13-b21c-cc183f978712",
    "recording_id": "45ce0485-bd47-4cab-91ba-13d83d0f56b6",
    "artist": "Ben Böhmer feat. Lykke Li",
    "artist_ids": [
        "e4f12dfc-1ee7-4250-8e24-549b6d46676d",
        "cc7d4686-ea02-45fd-956e-94c1a322558c"
    ],
    "album": "Bloom",
    "release_id": "fb8cc69e-7e90-4b30-bd33-46def4d9854f",
    "release_group_id": "d23bcf80-6b6c-4cf6-ab7e-5220e22d5f83",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2024-09-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ben Böhmer is a German DJ, producer and remixer from Göttingen, Germany. 'Bloom' is his first new studio album in three years.\n\nhttps://benbohmer.bandcamp.com/album/bloom",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}