Information about plays

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

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

{
    "id": 3421010,
    "uri": "https://api.kexp.org/v2/plays/3421010/?format=api",
    "airdate": "2024-11-03T19:13:55-08:00",
    "show": 61755,
    "show_uri": "https://api.kexp.org/v2/shows/61755/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Disco Party (Part II)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Escorts",
    "artist_ids": [
        "ea3970b4-afb1-482d-91fe-9188352a4a98"
    ],
    "album": "12\" Inch Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "April Records"
    ],
    "label_ids": [],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Escorts released \"Disco Party\" Parts 1 & 2 in 1977.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}