Information about plays

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

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

{
    "id": 3411328,
    "uri": "https://api.kexp.org/v2/plays/3411328/?format=api",
    "airdate": "2024-10-11T15:19:59-07:00",
    "show": 61546,
    "show_uri": "https://api.kexp.org/v2/shows/61546/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Couple Guinness (VIP)",
    "track_id": null,
    "recording_id": "ac1964bf-2452-4523-9460-407f587f88a2",
    "artist": "Selecta J-Man & Suku",
    "artist_ids": [
        "a531f3af-0934-4697-bbcc-86b2c520a78d",
        "22f6b3cf-db7c-4d5d-b65d-e02e6d4e9329"
    ],
    "album": "Couple Guinness (VIP)",
    "release_id": null,
    "release_group_id": "79fe2f60-6edb-4de9-a600-6bc6fb29447a",
    "labels": [
        "Born on Road"
    ],
    "label_ids": [
        "849fbdec-64f0-4c24-a5f5-df451e5ecc8b"
    ],
    "release_date": "2022-02-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Couple Guinness to officially start off the weekend!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}