Information about plays

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

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

{
    "id": 3422050,
    "uri": "https://api.kexp.org/v2/plays/3422050/?format=api",
    "airdate": "2024-11-06T09:38:10-08:00",
    "show": 61778,
    "show_uri": "https://api.kexp.org/v2/shows/61778/?format=api",
    "image_uri": "https://coverartarchive.org/release/8ec76c59-aae8-4726-9d3a-1dabfa55c3b6/2556736293-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8ec76c59-aae8-4726-9d3a-1dabfa55c3b6/2556736293-250.jpg",
    "song": "Love Is Stronger Than Death",
    "track_id": null,
    "recording_id": "59e504bc-0c08-434f-9006-d02ddc69b477",
    "artist": "The The",
    "artist_ids": [
        "a7409219-a681-4072-adb2-5285106ce6f2"
    ],
    "album": "Dusk",
    "release_id": null,
    "release_group_id": "eb15aa23-9f7e-37f2-ab30-49fabdbbfc73",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1993-01-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brad writes\nMy daughter Mallory just texted me and said she's crying and feeling sad for the country. I told her to stream KEXP right away, the community is pulling together through the airwaves. It's definitely helped me this morning.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}