Information about plays

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

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

{
    "id": 3422085,
    "uri": "https://api.kexp.org/v2/plays/3422085/?format=api",
    "airdate": "2024-11-06T10:50:33-08:00",
    "show": 61779,
    "show_uri": "https://api.kexp.org/v2/shows/61779/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Virus Human",
    "track_id": null,
    "recording_id": "65de53b4-e670-4eb3-be3b-003fa56be989",
    "artist": "The Ponys",
    "artist_ids": [
        "2212458a-763b-4fc0-906d-69d0f6d1aa9d"
    ],
    "album": "Laced With Romance",
    "release_id": null,
    "release_group_id": "01458168-0e7c-356f-97f0-b03f4ab7307d",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2004-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}