Information about plays

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

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

{
    "id": 3416053,
    "uri": "https://api.kexp.org/v2/plays/3416053/?format=api",
    "airdate": "2024-10-22T21:44:17-07:00",
    "show": 61647,
    "show_uri": "https://api.kexp.org/v2/shows/61647/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nute",
    "track_id": null,
    "recording_id": "701f97e1-40fb-4620-9bb8-c8f32d9fc21e",
    "artist": "La Société Étrange",
    "artist_ids": [
        "82da07e1-0708-417b-8f88-c08621fc6951"
    ],
    "album": "Chance",
    "release_id": null,
    "release_group_id": "e4240e35-2ca6-4fee-9c45-0ba900524552",
    "labels": [
        "Bongo Joe"
    ],
    "label_ids": [
        "333df535-433c-482b-9d61-87cb70979a5d"
    ],
    "release_date": "2022-03-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}