Information about plays

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

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

{
    "id": 3339774,
    "uri": "https://api.kexp.org/v2/plays/3339774/?format=api",
    "airdate": "2024-04-25T05:27:15-07:00",
    "show": 60041,
    "show_uri": "https://api.kexp.org/v2/shows/60041/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What If You Caught Me",
    "track_id": "33acd70f-face-40de-8b90-fa2d282c386b",
    "recording_id": "1ce91bd6-eec9-4183-af69-3a83d7fbaccf",
    "artist": "Pony Time",
    "artist_ids": [
        "5348a6fd-b778-4d2c-b822-107b717c2ca3"
    ],
    "album": "Go Find Your Own",
    "release_id": "db76aa0d-4902-4272-934f-3788eb71b7a6",
    "release_group_id": "c561ab8f-36e8-47b1-b63c-e04174147d65",
    "labels": [
        "Per Se Records"
    ],
    "label_ids": [
        "45a8cd87-0b8d-44d5-8251-1a217796f936"
    ],
    "release_date": "2013-02-04",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Seattle, WA. https://pony-time.bandcamp.com/",
    "play_type": "trackplay"
}