Information about plays

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

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

{
    "id": 3422165,
    "uri": "https://api.kexp.org/v2/plays/3422165/?format=api",
    "airdate": "2024-11-06T17:06:19-08:00",
    "show": 61781,
    "show_uri": "https://api.kexp.org/v2/shows/61781/?format=api",
    "image_uri": "https://ia803205.us.archive.org/32/items/mbid-6df8cc11-d183-41f1-89f3-c71726b73ec2/mbid-6df8cc11-d183-41f1-89f3-c71726b73ec2-11392556717_thumb500.jpg",
    "thumbnail_uri": "https://ia803205.us.archive.org/32/items/mbid-6df8cc11-d183-41f1-89f3-c71726b73ec2/mbid-6df8cc11-d183-41f1-89f3-c71726b73ec2-11392556717_thumb250.jpg",
    "song": "American Jesus",
    "track_id": "8efabcb0-130a-32b6-8ebe-a89ee423e2f5",
    "recording_id": "453de38c-6d0d-4bb8-93ff-88d78774352a",
    "artist": "Bad Religion",
    "artist_ids": [
        "149e6720-4e4a-41a4-afca-6d29083fc091"
    ],
    "album": "Recipe for Hate",
    "release_id": "6df8cc11-d183-41f1-89f3-c71726b73ec2",
    "release_group_id": "3e38adc0-bb7d-39d1-a811-7ce6db5d869d",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "1993-04-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"American Jesus\" is the first single by Bad Religion from their 1993 album Recipe for Hate.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}