Information about plays

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

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

{
    "id": 3420998,
    "uri": "https://api.kexp.org/v2/plays/3420998/?format=api",
    "airdate": "2024-11-03T18:21:12-08:00",
    "show": 61755,
    "show_uri": "https://api.kexp.org/v2/shows/61755/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's Go Disco",
    "track_id": null,
    "recording_id": null,
    "artist": "Solid Brothers Band",
    "artist_ids": [],
    "album": "7\" 45 RPM",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Baldwin"
    ],
    "label_ids": [
        "d2b82894-e83d-40d4-9be7-0243da1d5195"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Solid Brothers Band released \"Let's Go Disco\" in 1979, with \"Look What You've Done\" as a B-side.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}