Information about plays

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

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

{
    "id": 3421864,
    "uri": "https://api.kexp.org/v2/plays/3421864/?format=api",
    "airdate": "2024-11-05T22:04:49-08:00",
    "show": 61775,
    "show_uri": "https://api.kexp.org/v2/shows/61775/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dry the Rain (Remastered)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Beta Band",
    "artist_ids": [
        "0d82f0cd-107a-403f-a726-ac7287cbea65"
    ],
    "album": "single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2018-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remastered Beta Band! https://www.allmusic.com/artist/the-beta-band-mn0000042589",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}