Information about plays

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

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

{
    "id": 3415033,
    "uri": "https://api.kexp.org/v2/plays/3415033/?format=api",
    "airdate": "2024-10-20T09:23:07-07:00",
    "show": 61626,
    "show_uri": "https://api.kexp.org/v2/shows/61626/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Drink",
    "track_id": null,
    "recording_id": "cf5ba119-8aaf-4f0d-bada-0ccf956ded55",
    "artist": "Emily Rose and the Rounders",
    "artist_ids": [
        "f034694d-75d2-4b29-a277-880f4b988aa4"
    ],
    "album": "Emily Rose and the Rounders",
    "release_id": null,
    "release_group_id": "1f181503-a956-498e-9c55-4065ee883234",
    "labels": [
        "Mock Records"
    ],
    "label_ids": [
        "86c418f4-2cb4-453e-9028-ea852b4fd4c7"
    ],
    "release_date": "2022-02-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LA-based traditional country from a band recording at the tail end of Emily Rose’s Saturn return and a near full on mental breakdown.\n\nhttps://mockrecords.bandcamp.com/album/emily-rose-and-the-rounders",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}