Information about plays

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

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

{
    "id": 3428536,
    "uri": "https://api.kexp.org/v2/plays/3428536/?format=api",
    "airdate": "2024-11-22T05:30:35-08:00",
    "show": 61913,
    "show_uri": "https://api.kexp.org/v2/shows/61913/?format=api",
    "image_uri": "https://ia802806.us.archive.org/1/items/mbid-c0e39770-2523-426c-8962-878113d84982/mbid-c0e39770-2523-426c-8962-878113d84982-25281626999_thumb500.jpg",
    "thumbnail_uri": "https://ia802806.us.archive.org/1/items/mbid-c0e39770-2523-426c-8962-878113d84982/mbid-c0e39770-2523-426c-8962-878113d84982-25281626999_thumb250.jpg",
    "song": "Flavor Crystals",
    "track_id": "8f138d5e-f3e3-4e6b-8c1a-dc4a9a4cf6b8",
    "recording_id": "92154dc0-665e-44c7-9bf4-9b8c18064788",
    "artist": "Suburban Lawns",
    "artist_ids": [
        "f2e5a6f8-e72e-46a7-8e2e-34960339220a"
    ],
    "album": "Baby",
    "release_id": "c0e39770-2523-426c-8962-878113d84982",
    "release_group_id": "b8ccfedc-41b7-471f-a571-fd197e914791",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1983-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Suburban Lawns began in Long Beach, California in 1978, started as \"The Fabulons\" or \"Art Attack.\" Consisting of five art students from Long Beach, all performing under pseudonym, the band performed a jerky, manic style of new wave that echoed the best elements of punk and surf rock.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}