Information about plays

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

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

{
    "id": 3438262,
    "uri": "https://api.kexp.org/v2/plays/3438262/?format=api",
    "airdate": "2024-12-15T03:19:46-08:00",
    "show": 62114,
    "show_uri": "https://api.kexp.org/v2/shows/62114/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Church of Nashville",
    "track_id": "a0c6353c-6f0c-42ac-86da-04421efce4bf",
    "recording_id": "f83fc000-3d08-4cdf-8ca3-73794763905c",
    "artist": "Rui Gabriel",
    "artist_ids": [
        "92658c97-f56f-4534-9746-05b9ec5e7fa9"
    ],
    "album": "Compassion",
    "release_id": "d38edf9b-76f7-4540-b82c-3937e43f2023",
    "release_group_id": "6c2b9b2c-6571-4db9-a964-af679dc5e406",
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2024-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}