Information about plays

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

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

{
    "id": 3417291,
    "uri": "https://api.kexp.org/v2/plays/3417291/?format=api",
    "airdate": "2024-10-25T22:51:14-07:00",
    "show": 61673,
    "show_uri": "https://api.kexp.org/v2/shows/61673/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Scary Nights",
    "track_id": null,
    "recording_id": "a12a2248-dd7e-4f9f-be13-f6e20ae4baac",
    "artist": "G‐Eazy",
    "artist_ids": [
        "db48610c-6d8f-4d10-90ca-c4d14bb1a8b1"
    ],
    "album": "Scary Nights",
    "release_id": null,
    "release_group_id": "092109da-23cd-4e1a-8190-5e06c6e7657d",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}