Information about plays

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

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

{
    "id": 3439839,
    "uri": "https://api.kexp.org/v2/plays/3439839/?format=api",
    "airdate": "2024-12-18T23:39:24-08:00",
    "show": 62146,
    "show_uri": "https://api.kexp.org/v2/shows/62146/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Time Is Here",
    "track_id": null,
    "recording_id": null,
    "artist": "Amanda Whiting",
    "artist_ids": [
        "b94ca4ff-3bff-4d89-8748-8aa6f7745194"
    ],
    "album": "A Christmas Cwtch",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "First Word Records"
    ],
    "label_ids": [],
    "release_date": "2024-12-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Welsh jazz-harpist Amanda Whiting restrings a couple Guaraldi classics on this new album.\n\nhttps://amandawhiting.bandcamp.com/album/a-christmas-cwtch",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}