Information about plays

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

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

{
    "id": 3418225,
    "uri": "https://api.kexp.org/v2/plays/3418225/?format=api",
    "airdate": "2024-10-28T01:37:06-07:00",
    "show": 61694,
    "show_uri": "https://api.kexp.org/v2/shows/61694/?format=api",
    "image_uri": "https://coverartarchive.org/release/aff806c0-f59b-42f5-bcd2-528bb3aeb277/12834915289-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aff806c0-f59b-42f5-bcd2-528bb3aeb277/12834915289-250.jpg",
    "song": "Siete Ocho",
    "track_id": null,
    "recording_id": "d53b5140-d120-4a40-91ff-d6a3c4574179",
    "artist": "Andrew Hill",
    "artist_ids": [
        "ede80a9f-f114-4041-b0d9-2584a0b30ec9"
    ],
    "album": "Judgment!",
    "release_id": null,
    "release_group_id": "33b893a2-c922-3d77-b798-4b3fae9df268",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1964-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wonderful mysterious session from the Chicago born Piano Player/ Composer, Elvin Jones shows the thunder on drums and leads this session with Richard Davis on Bass, Bobby Hutcherson on Vibraphone",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}