Information about plays

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

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

{
    "id": 3619620,
    "uri": "https://api.kexp.org/v2/plays/3619620/?format=api",
    "airdate": "2026-02-19T18:19:44-08:00",
    "show": 65976,
    "show_uri": "https://api.kexp.org/v2/shows/65976/?format=api",
    "image_uri": "https://dn710207.ca.archive.org/0/items/mbid-eb90ed7b-be7e-438e-94b4-95ef97d2def3/mbid-eb90ed7b-be7e-438e-94b4-95ef97d2def3-32541297932_thumb500.jpg",
    "thumbnail_uri": "https://dn710207.ca.archive.org/0/items/mbid-eb90ed7b-be7e-438e-94b4-95ef97d2def3/mbid-eb90ed7b-be7e-438e-94b4-95ef97d2def3-32541297932_thumb250.jpg",
    "song": "I'm So Excited",
    "track_id": "0486291d-15a0-3361-86db-1af25ddd7b9b",
    "recording_id": "52c5d129-08c0-443f-9f5c-15661ead6f06",
    "artist": "Le Tigre",
    "artist_ids": [
        "2d67239c-aa40-4ad5-a807-9052b66857a6"
    ],
    "album": "This Island",
    "release_id": "eb90ed7b-be7e-438e-94b4-95ef97d2def3",
    "release_group_id": "799d5033-ff8d-3c12-9821-4f92eb50b8a7",
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "2004-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Le Tigre covered this classic Pointer Sisters song back in 2004.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}