Information about plays

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

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

{
    "id": 3354312,
    "uri": "https://api.kexp.org/v2/plays/3354312/?format=api",
    "airdate": "2024-05-28T19:54:51-07:00",
    "show": 60339,
    "show_uri": "https://api.kexp.org/v2/shows/60339/?format=api",
    "image_uri": "https://coverartarchive.org/release/fddff5fe-515d-4f0a-8060-dd40522d7bf6/37761757561-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fddff5fe-515d-4f0a-8060-dd40522d7bf6/37761757561-250.jpg",
    "song": "Rainhill",
    "track_id": null,
    "recording_id": "b537c556-e7bd-4db7-a8a7-9f459b12352c",
    "artist": "Rogér Fakhr",
    "artist_ids": [
        "d2977a3e-fd79-4323-b8d8-4980d9cadea9"
    ],
    "album": "East of Any Place",
    "release_id": null,
    "release_group_id": "d0087838-977c-4298-bfff-c04e38f0d4ed",
    "labels": [
        "Habibi Funk"
    ],
    "label_ids": [
        "cdecb6d1-ba2d-452d-94f7-b80bf777359e"
    ],
    "release_date": "2023-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lebanese singer-songwriter Rogér Fakhr wrote this song about the contrast between what was a peaceful, almost idyllic situation and the more troubled and turbulent times when the Lebanese civil war.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}