Information about plays

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

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

{
    "id": 3421375,
    "uri": "https://api.kexp.org/v2/plays/3421375/?format=api",
    "airdate": "2024-11-04T17:05:34-08:00",
    "show": 61764,
    "show_uri": "https://api.kexp.org/v2/shows/61764/?format=api",
    "image_uri": "https://coverartarchive.org/release/fd9bf912-ce0a-47b6-98b4-7da5cdefdd4b/3731239271-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fd9bf912-ce0a-47b6-98b4-7da5cdefdd4b/3731239271-250.jpg",
    "song": "Stomp",
    "track_id": null,
    "recording_id": "5ed2c22b-be82-47c2-9370-1c03ed1c297a",
    "artist": "The Brothers Johnson",
    "artist_ids": [
        "cfb830a4-66ca-4d81-a099-033883b39ad8"
    ],
    "album": "The Pink Album 2",
    "release_id": null,
    "release_group_id": "17e3c73b-a43c-3016-a68c-bcef1722e42d",
    "labels": [
        "Section 8 Recordings"
    ],
    "label_ids": [
        "819027c9-b399-4a4e-865e-98331d91bc57"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Quincy Jones",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}