Information about plays

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

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

{
    "id": 3421006,
    "uri": "https://api.kexp.org/v2/plays/3421006/?format=api",
    "airdate": "2024-11-03T18:51:59-08:00",
    "show": 61755,
    "show_uri": "https://api.kexp.org/v2/shows/61755/?format=api",
    "image_uri": "https://coverartarchive.org/release/c9bdc723-482e-482c-8921-88e400cd2b4e/34811936383-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c9bdc723-482e-482c-8921-88e400cd2b4e/34811936383-250.jpg",
    "song": "More Love",
    "track_id": null,
    "recording_id": "8ce30d84-8903-4010-926b-3352053dfcb4",
    "artist": "Pat' Ndoye",
    "artist_ids": [
        "a96b68dd-2a91-4fe7-9e57-448d7cee3a11"
    ],
    "album": "Funky – Revolution",
    "release_id": null,
    "release_group_id": "69c4e1b5-7b74-4123-b66d-79035745a3bd",
    "labels": [
        "Pat’ Ndoye Production"
    ],
    "label_ids": [
        "3ac0dbde-9afe-498f-af53-ac2daac541ee"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jazzy Afro Disco track from Cameroon (circa 1980s).\n\nhttps://analogafrica.bandcamp.com/track/more-love\n\nhttps://www.discogs.com/release/3779294-Pat-Ndoye-Funky-R%C3%A9volution",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}