Information about plays

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

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

{
    "id": 3411045,
    "uri": "https://api.kexp.org/v2/plays/3411045/?format=api",
    "airdate": "2024-10-10T22:17:59-07:00",
    "show": 61541,
    "show_uri": "https://api.kexp.org/v2/shows/61541/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alone",
    "track_id": "9a6c34a3-24b8-4aa7-9245-c059d7d5e242",
    "recording_id": "9a6cdec7-1688-4ddb-b4e4-95f50da72a86",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Alone",
    "release_id": "def8e69a-93f4-4fce-be6f-9b127dd2b73e",
    "release_group_id": "73d2a92a-08b5-46e6-9b11-2cb4b85c600a",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2024-09-26",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}