Information about plays

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

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

{
    "id": 3411721,
    "uri": "https://api.kexp.org/v2/plays/3411721/?format=api",
    "airdate": "2024-10-12T14:11:34-07:00",
    "show": 61558,
    "show_uri": "https://api.kexp.org/v2/shows/61558/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "UFO",
    "track_id": "9cb83baa-bc74-46f2-84fc-e26c7da088f2",
    "recording_id": "51bbc625-2f75-4dc5-823d-80cca530c3fe",
    "artist": "Shannon and the Clams",
    "artist_ids": [
        "edda8263-7286-4227-9dc4-9ed8e6177f84"
    ],
    "album": "The Moon Is in the Wrong Place",
    "release_id": "6c559bc9-0ca3-40a4-99f0-151e0e7a99ff",
    "release_group_id": "3bdff444-eb6c-4ad2-9731-6d772cad602f",
    "labels": [
        "Easy Eye Sound"
    ],
    "label_ids": [
        "895e5b19-d586-4f83-a2aa-2b00d4803ba4"
    ],
    "release_date": "2024-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shannon and the Clams will be in Seattle performing their new album at the Neptune Wednesday, October 16th! They will also be performing in Oakland at the Fox Theatre on October 19th!\n\nhttps://shannonandtheclams.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}