Information about plays

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

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

{
    "id": 3421632,
    "uri": "https://api.kexp.org/v2/plays/3421632/?format=api",
    "airdate": "2024-11-05T07:24:53-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://ia600601.us.archive.org/35/items/mbid-8b7f18f8-fc64-3afb-a7d0-927ae36481b4/mbid-8b7f18f8-fc64-3afb-a7d0-927ae36481b4-6455504020_thumb500.jpg",
    "thumbnail_uri": "https://ia800601.us.archive.org/35/items/mbid-8b7f18f8-fc64-3afb-a7d0-927ae36481b4/mbid-8b7f18f8-fc64-3afb-a7d0-927ae36481b4-6455504020_thumb250.jpg",
    "song": "Bad",
    "track_id": "a4c8c559-5ba7-3a2f-bc9c-9b2ee7093e2f",
    "recording_id": "a7008fe8-3534-45a7-8422-4ad5eaeca91e",
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "The Unforgettable Fire",
    "release_id": "8b7f18f8-fc64-3afb-a7d0-927ae36481b4",
    "release_group_id": "c84d00f4-afd3-3184-be62-6ae5f135aa38",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1984-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}