Information about plays

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

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

{
    "id": 3429239,
    "uri": "https://api.kexp.org/v2/plays/3429239/?format=api",
    "airdate": "2024-11-23T21:45:02-08:00",
    "show": 61930,
    "show_uri": "https://api.kexp.org/v2/shows/61930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Möchtegern",
    "track_id": null,
    "recording_id": null,
    "artist": "Cosey Mueller",
    "artist_ids": [
        "b06082d2-892e-421a-bac5-82442ed0c561"
    ],
    "album": "Softcore",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Static Age"
    ],
    "label_ids": [
        "809803ec-27da-44ee-a23b-52a9ca43c4cc"
    ],
    "release_date": "2024-10-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Berlin, Germany\n\nCosey Mueller began her musical career as one half of the synthpunk duo DAS DAS.\n\nhttps://coseymueller.bandcamp.com/album/softcore",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}