Information about plays

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

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

{
    "id": 3421353,
    "uri": "https://api.kexp.org/v2/plays/3421353/?format=api",
    "airdate": "2024-11-04T15:14:57-08:00",
    "show": 61763,
    "show_uri": "https://api.kexp.org/v2/shows/61763/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chump Change",
    "track_id": null,
    "recording_id": "13cf528e-3212-40da-942d-9ceafa38e701",
    "artist": "Quincy Jones",
    "artist_ids": [
        "5803c81e-739a-4057-9a5c-cf84e55db630"
    ],
    "album": "You’ve Got It Bad Girl",
    "release_id": null,
    "release_group_id": "50fd29ff-dc76-31db-8ecb-06d26d671c12",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1973-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}