Information about plays

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

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

{
    "id": 3411554,
    "uri": "https://api.kexp.org/v2/plays/3411554/?format=api",
    "airdate": "2024-10-12T04:03:44-07:00",
    "show": 61553,
    "show_uri": "https://api.kexp.org/v2/shows/61553/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mary of Silence",
    "track_id": "b33d9457-3424-3fa8-953f-479a06fb1d67",
    "recording_id": "8ae6da7e-9e85-4bfa-9416-5e1a4bf57750",
    "artist": "Mazzy Star",
    "artist_ids": [
        "c48d4327-8122-4286-af66-05e1ee6ac4d8"
    ],
    "album": "So Tonight That I Might See",
    "release_id": "d9fa44a6-c79b-4b70-806b-af5eb748e8f8",
    "release_group_id": "2863caa0-14e9-3016-83e4-4f0cdab55f4f",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1993-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}