Information about plays

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

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

{
    "id": 3612783,
    "uri": "https://api.kexp.org/v2/plays/3612783/?format=api",
    "airdate": "2026-02-03T17:25:24-08:00",
    "show": 65832,
    "show_uri": "https://api.kexp.org/v2/shows/65832/?format=api",
    "image_uri": "https://ia600204.us.archive.org/31/items/mbid-1923c6c8-9f21-4343-9fa4-eccf6be71e1f/mbid-1923c6c8-9f21-4343-9fa4-eccf6be71e1f-24072410583_thumb500.jpg",
    "thumbnail_uri": "https://ia800204.us.archive.org/31/items/mbid-1923c6c8-9f21-4343-9fa4-eccf6be71e1f/mbid-1923c6c8-9f21-4343-9fa4-eccf6be71e1f-24072410583_thumb250.jpg",
    "song": "Pretty Persuasion",
    "track_id": "adbf97ff-7cda-4fd9-85a5-b460a27f5c46",
    "recording_id": "afaabc7d-ca81-42d0-a829-31092886913f",
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Reckoning",
    "release_id": "1923c6c8-9f21-4343-9fa4-eccf6be71e1f",
    "release_group_id": "eec55734-1387-3aa3-af3d-ff0ae8083806",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A song from REM's 1984 album 'Reckoning' for Chuck!\n__\n\nProduced by Mitch Easter and Don Dixon, this album was recorded at Reflection Sound Studio in Charlotte, North Carolina, over 16 days in December 1983 and January 1984. Dixon and Easter intended to capture the sound of R.E.M. 's live performances, and used binaural recording on several tracks",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}