Information about plays

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

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

{
    "id": 3542644,
    "uri": "https://api.kexp.org/v2/plays/3542644/?format=api",
    "airdate": "2025-08-20T22:12:14-07:00",
    "show": 64343,
    "show_uri": "https://api.kexp.org/v2/shows/64343/?format=api",
    "image_uri": "https://ia803202.us.archive.org/27/items/mbid-4283db24-4ab4-4f24-91c6-57e7ac343ea2/mbid-4283db24-4ab4-4f24-91c6-57e7ac343ea2-4108775682_thumb500.jpg",
    "thumbnail_uri": "https://ia903202.us.archive.org/27/items/mbid-4283db24-4ab4-4f24-91c6-57e7ac343ea2/mbid-4283db24-4ab4-4f24-91c6-57e7ac343ea2-4108775682_thumb250.jpg",
    "song": "Step",
    "track_id": "4e26a4a7-ded9-4b66-bc0c-e11624413d6e",
    "recording_id": "507ecc4d-e166-41e5-a833-3378f189dba8",
    "artist": "Vampire Weekend",
    "artist_ids": [
        "af37c51c-0790-4a29-b995-456f98a6b8c9"
    ],
    "album": "Modern Vampires of the City",
    "release_id": "4283db24-4ab4-4f24-91c6-57e7ac343ea2",
    "release_group_id": "eb143c5a-9a85-4bce-a78c-f7faf72c0169",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2013-05-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.vampireweekend.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}