Information about plays

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

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

{
    "id": 3420990,
    "uri": "https://api.kexp.org/v2/plays/3420990/?format=api",
    "airdate": "2024-11-03T17:46:45-08:00",
    "show": 61754,
    "show_uri": "https://api.kexp.org/v2/shows/61754/?format=api",
    "image_uri": "https://ia903101.us.archive.org/27/items/mbid-ab30ec1e-de6a-41f3-95f8-c0192675dc2d/mbid-ab30ec1e-de6a-41f3-95f8-c0192675dc2d-24509693656_thumb500.jpg",
    "thumbnail_uri": "https://ia903101.us.archive.org/27/items/mbid-ab30ec1e-de6a-41f3-95f8-c0192675dc2d/mbid-ab30ec1e-de6a-41f3-95f8-c0192675dc2d-24509693656_thumb250.jpg",
    "song": "Pedestal",
    "track_id": "3e2bedf0-cdec-413a-b702-d0e2712c93b7",
    "recording_id": "2584a8aa-20da-4dab-8c09-753c8b0601e1",
    "artist": "The Berries",
    "artist_ids": [
        "2bcec627-ca06-41a7-8977-e6038e7b2602"
    ],
    "album": "Berryland",
    "release_id": "ab30ec1e-de6a-41f3-95f8-c0192675dc2d",
    "release_group_id": "d23579d1-1d55-4e32-9e0c-74392db0f527",
    "labels": [
        "Run for Cover Records"
    ],
    "label_ids": [
        "9c5c93da-b877-4c50-9ae8-7c6aaaf32e51"
    ],
    "release_date": "2019-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}