Information about plays

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

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

{
    "id": 3422352,
    "uri": "https://api.kexp.org/v2/plays/3422352/?format=api",
    "airdate": "2024-11-07T04:09:34-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://ia801208.us.archive.org/4/items/mbid-5ec54bef-a930-3842-89f1-395c26b4d42a/mbid-5ec54bef-a930-3842-89f1-395c26b4d42a-11542660693_thumb500.jpg",
    "thumbnail_uri": "https://ia601208.us.archive.org/4/items/mbid-5ec54bef-a930-3842-89f1-395c26b4d42a/mbid-5ec54bef-a930-3842-89f1-395c26b4d42a-11542660693_thumb250.jpg",
    "song": "I'll Rise",
    "track_id": "34c8daa7-bfed-335f-8465-1e2f9d4b4f77",
    "recording_id": "1cdd3e21-42a2-4244-a1d8-4d7975bc08ab",
    "artist": "Ben Harper",
    "artist_ids": [
        "1582a5b8-538e-45e7-9ae4-4099439a0e79"
    ],
    "album": "Welcome to the Cruel World",
    "release_id": "5ec54bef-a930-3842-89f1-395c26b4d42a",
    "release_group_id": "19275b23-b00f-38c2-9728-9f57e8af8995",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1994-02-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}