Information about plays

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

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

{
    "id": 3413998,
    "uri": "https://api.kexp.org/v2/plays/3413998/?format=api",
    "airdate": "2024-10-17T19:01:50-07:00",
    "show": 61602,
    "show_uri": "https://api.kexp.org/v2/shows/61602/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Space Talk",
    "track_id": null,
    "recording_id": "7e02458a-607d-4f34-b6b1-bc876082bd2f",
    "artist": "Asha Puthli",
    "artist_ids": [
        "6bea93d9-08e8-40af-974e-b7d066b2e0fb"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Family Recordings"
    ],
    "label_ids": [
        "7ab20063-3474-4057-82b6-118d29da4b31"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We're jumping on the space themed bandwagon and playing this classic by Asha Puthli.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}