Information about plays

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

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

{
    "id": 3422164,
    "uri": "https://api.kexp.org/v2/plays/3422164/?format=api",
    "airdate": "2024-11-06T17:03:27-08:00",
    "show": 61781,
    "show_uri": "https://api.kexp.org/v2/shows/61781/?format=api",
    "image_uri": "https://ia802300.us.archive.org/14/items/mbid-5b05d852-a0d5-48d7-8ed9-e7ef0e0afa17/mbid-5b05d852-a0d5-48d7-8ed9-e7ef0e0afa17-30532232023_thumb500.jpg",
    "thumbnail_uri": "https://ia802300.us.archive.org/14/items/mbid-5b05d852-a0d5-48d7-8ed9-e7ef0e0afa17/mbid-5b05d852-a0d5-48d7-8ed9-e7ef0e0afa17-30532232023_thumb250.jpg",
    "song": "Crawl!",
    "track_id": "a58b446d-6701-4d05-af70-3bb8daffe367",
    "recording_id": "9bfd11fc-d8d1-4856-ba5f-922c15dd8c76",
    "artist": "IDLES",
    "artist_ids": [
        "be465d4f-c28d-4ba1-94ab-ebaada7db8af"
    ],
    "album": "CRAWLER",
    "release_id": "5b05d852-a0d5-48d7-8ed9-e7ef0e0afa17",
    "release_group_id": "da9a2af4-e97d-43aa-92a9-f8e6c0eab37d",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2021-11-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Can I get a Hallelujah!\"\n\nhttps://idlesband.bandcamp.com/album/crawler\nhttp://www.idlesband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}