Information about plays

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

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

{
    "id": 3525173,
    "uri": "https://api.kexp.org/v2/plays/3525173/?format=api",
    "airdate": "2025-07-10T13:27:24-07:00",
    "show": 63974,
    "show_uri": "https://api.kexp.org/v2/shows/63974/?format=api",
    "image_uri": "https://ia800501.us.archive.org/21/items/mbid-13fff5a5-c8d1-4b08-9736-102c830a488f/mbid-13fff5a5-c8d1-4b08-9736-102c830a488f-14369309213_thumb500.jpg",
    "thumbnail_uri": "https://ia800501.us.archive.org/21/items/mbid-13fff5a5-c8d1-4b08-9736-102c830a488f/mbid-13fff5a5-c8d1-4b08-9736-102c830a488f-14369309213_thumb250.jpg",
    "song": "Remember His Name",
    "track_id": "f786982f-9db5-4ca5-bbe0-00dd32868715",
    "recording_id": "74d2f1ac-5aa1-48b8-90e2-a766ea87ec62",
    "artist": "Jurassic 5",
    "artist_ids": [
        "11c6b106-1c1f-429d-8407-b1ee155d7f72"
    ],
    "album": "Power in Numbers",
    "release_id": "a902c830-2aa9-4576-8ed2-06c5eb62eb59",
    "release_group_id": "3ec846cc-e07a-3734-836c-822d10ab10d0",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2002-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hear it? Jurassic 5 directly sampled the hook from Ennio Morricone's \"La Lucertola.\"\n--\nThis song also samples vocals from  \"God Bless the Child\" from Billie Holiday and dialogue from the movie \"Uptown Saturday Night.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}