Information about plays

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

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

{
    "id": 3438179,
    "uri": "https://api.kexp.org/v2/plays/3438179/?format=api",
    "airdate": "2024-12-14T22:28:46-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Remedy",
    "track_id": null,
    "recording_id": null,
    "artist": "Hunger Anthem",
    "artist_ids": [],
    "album": "Lift",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cornelius Chapel Records"
    ],
    "label_ids": [
        "e12a4a80-b9a5-4ebe-9343-349a75f18bf9"
    ],
    "release_date": "2024-12-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hunger Anthem is an indie rock band from Athens, Georgia.\n\nhttps://hungeranthem.bandcamp.com/\nhttps://www.facebook.com/hungeranthem\nhttps://hungeranthem.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}