Information about plays

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

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

{
    "id": 3626545,
    "uri": "https://api.kexp.org/v2/plays/3626545/?format=api",
    "airdate": "2026-03-07T21:29:15-08:00",
    "show": 66122,
    "show_uri": "https://api.kexp.org/v2/shows/66122/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You",
    "track_id": null,
    "recording_id": "a030de4a-abdf-4888-8a28-818ab9315697",
    "artist": "Au Pairs",
    "artist_ids": [
        "d350bc0e-10bb-47f1-9027-d1f011ae9aa8"
    ],
    "album": "You",
    "release_id": null,
    "release_group_id": "309b4bf7-1931-4a53-aea1-35b79d755b98",
    "labels": [
        "021 Records"
    ],
    "label_ids": [
        "eebafd24-3afa-4011-a9b3-64e1b097ccfd"
    ],
    "release_date": "1979-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Au Pairs were a British post-punk band that formed in Birmingham in 1978 and continued until 1983. Their songs were said to have \"contempt for the cliches of contemporary sexual politics\".\n\nhttps://www.facebook.com/p/The-AU-PAIRS-100063550391533/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}