Information about plays

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

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

{
    "id": 3422210,
    "uri": "https://api.kexp.org/v2/plays/3422210/?format=api",
    "airdate": "2024-11-06T20:00:25-08:00",
    "show": 61782,
    "show_uri": "https://api.kexp.org/v2/shows/61782/?format=api",
    "image_uri": "https://coverartarchive.org/release/e1796dfb-912b-4999-8623-e31de0d15655/31809303333-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e1796dfb-912b-4999-8623-e31de0d15655/31809303333-250.jpg",
    "song": "Probable Cause",
    "track_id": null,
    "recording_id": "7af9346d-853b-487b-b505-f8c612254d26",
    "artist": "Vinyl Williams",
    "artist_ids": [
        "9aee169e-faa7-4795-9358-4e76b10425f7"
    ],
    "album": "Cosmopolis",
    "release_id": null,
    "release_group_id": "1fcdf9e6-f54b-4ef8-a9b3-4753b2ff78e2",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2022-08-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vinyl Williams - Probable Cause (Live on Highland Park TV) - https://www.youtube.com/watch?v=2kOx-t1IVGA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}