Information about plays

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

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

{
    "id": 3422200,
    "uri": "https://api.kexp.org/v2/plays/3422200/?format=api",
    "airdate": "2024-11-06T19:18:57-08:00",
    "show": 61782,
    "show_uri": "https://api.kexp.org/v2/shows/61782/?format=api",
    "image_uri": "https://ia801906.us.archive.org/5/items/mbid-35c9c65c-c8e9-47fa-be37-d9fc5cdd5b38/mbid-35c9c65c-c8e9-47fa-be37-d9fc5cdd5b38-39482425645_thumb500.jpg",
    "thumbnail_uri": "https://ia801906.us.archive.org/5/items/mbid-35c9c65c-c8e9-47fa-be37-d9fc5cdd5b38/mbid-35c9c65c-c8e9-47fa-be37-d9fc5cdd5b38-39482425645_thumb250.jpg",
    "song": "A Planet Upside Down",
    "track_id": "31f8ace0-f25c-4ed4-b19a-b8feba93c43e",
    "recording_id": "2596622d-5d9b-410d-b4d5-5cc2666eaaa0",
    "artist": "Pearl & The Oysters",
    "artist_ids": [
        "5cecd808-74ea-468c-97d3-cef0fa2f4910"
    ],
    "album": "Planet Pearl",
    "release_id": "35c9c65c-c8e9-47fa-be37-d9fc5cdd5b38",
    "release_group_id": "079a7ebd-5821-44fc-b56a-fb3f224bf667",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2024-09-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "At least the upside down planet still has oysters! - https://pearlandtheoysters.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}