Information about plays

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

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

{
    "id": 3429224,
    "uri": "https://api.kexp.org/v2/plays/3429224/?format=api",
    "airdate": "2024-11-23T21:00:58-08:00",
    "show": 61930,
    "show_uri": "https://api.kexp.org/v2/shows/61930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Herm Reduction",
    "track_id": null,
    "recording_id": null,
    "artist": "Chain Cult",
    "artist_ids": [
        "6aa79b9c-e9fc-4c35-b359-52a14f8cd686"
    ],
    "album": "Herm Reduction",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "La Vida Es Mus Discos"
    ],
    "label_ids": [
        "d8586451-af5e-47da-8ff1-e210ad8ea448"
    ],
    "release_date": "2024-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Latest release from this group out of Athens, Greece.\n\nhttps://chaincult.bandcamp.com/album/harm-reduction",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}