Information about plays

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

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

{
    "id": 3438174,
    "uri": "https://api.kexp.org/v2/plays/3438174/?format=api",
    "airdate": "2024-12-14T22:17:27-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Yella in Me",
    "track_id": null,
    "recording_id": "9aa78f58-748e-41c8-a109-0123b86295cb",
    "artist": "The Troggs",
    "artist_ids": [
        "4aec87a5-f33e-4bd6-89f2-0c96188c8372"
    ],
    "album": "Lost Girl / The Yella in Me",
    "release_id": null,
    "release_group_id": "fc55d858-f570-4e82-9f23-188eb976be01",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1966-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Troggs (originally called the Troglodytes) are an English beat music band formed in Andover, Hampshire in May 1964. Their most famous songs include the US chart-topper \"Wild Thing\", \"With a Girl Like You\" and \"Love Is All Around\", all of which sold over 1 million copies and were awarded gold discs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}