Information about plays

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

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

{
    "id": 3413935,
    "uri": "https://api.kexp.org/v2/plays/3413935/?format=api",
    "airdate": "2024-10-17T14:58:40-07:00",
    "show": 61600,
    "show_uri": "https://api.kexp.org/v2/shows/61600/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nobody but You",
    "track_id": null,
    "recording_id": "61ab3774-4abd-4ee8-957c-13ef7f4ae6c3",
    "artist": "The Swan Silvertones",
    "artist_ids": [
        "29dfe11e-4019-49f0-b4a2-9251e527c1e6"
    ],
    "album": "Volume 2",
    "release_id": null,
    "release_group_id": "d0dfeb09-a842-3d78-b9c8-ebea918d859f",
    "labels": [
        "Collectables"
    ],
    "label_ids": [
        "40193634-1615-4da6-b114-7fd796d86504"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}