Information about plays

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

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

{
    "id": 3438092,
    "uri": "https://api.kexp.org/v2/plays/3438092/?format=api",
    "airdate": "2024-12-14T18:02:54-08:00",
    "show": 62111,
    "show_uri": "https://api.kexp.org/v2/shows/62111/?format=api",
    "image_uri": "https://ia600307.us.archive.org/31/items/mbid-2e971bf3-97c6-4520-a1ad-aaacd80d9dda/mbid-2e971bf3-97c6-4520-a1ad-aaacd80d9dda-38700994876_thumb500.jpg",
    "thumbnail_uri": "https://ia800307.us.archive.org/31/items/mbid-2e971bf3-97c6-4520-a1ad-aaacd80d9dda/mbid-2e971bf3-97c6-4520-a1ad-aaacd80d9dda-38700994876_thumb250.jpg",
    "song": "Going Down Stream",
    "track_id": "4f5431a5-7d87-4539-aea9-d415f1f380c7",
    "recording_id": "0df8ba66-8b03-4935-8afa-803617ec4130",
    "artist": "Liv Rion",
    "artist_ids": [
        "154c7ee9-0c8b-427b-a7d8-c31719065d8b"
    ],
    "album": "WRLD CRY",
    "release_id": "2e971bf3-97c6-4520-a1ad-aaacd80d9dda",
    "release_group_id": "da6ef4e8-a128-4013-9125-7127e2c3a301",
    "labels": [
        "Desert Oasis"
    ],
    "label_ids": [
        "3546b1dc-4e74-4077-aa05-7b332f9c6ca8"
    ],
    "release_date": "2024-04-29",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Liv Rion!! Her music is so soulful and amazing, definitely one to watch! Check out the whole record WRLD CRY below;\n\nhttps://open.spotify.com/album/3jq7aoylRWCirziTSC1W5Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}