Information about plays

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

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

{
    "id": 3421362,
    "uri": "https://api.kexp.org/v2/plays/3421362/?format=api",
    "airdate": "2024-11-04T15:52:45-08:00",
    "show": 61763,
    "show_uri": "https://api.kexp.org/v2/shows/61763/?format=api",
    "image_uri": "https://coverartarchive.org/release/a9bc381e-236b-4c27-a27a-a9609b683406/27472279915-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a9bc381e-236b-4c27-a27a-a9609b683406/27472279915-250.jpg",
    "song": "I’ll Be Good to You",
    "track_id": null,
    "recording_id": "c8ada766-3ff1-4867-955f-deedd88b6515",
    "artist": "The Brothers Johnson",
    "artist_ids": [
        "cfb830a4-66ca-4d81-a099-033883b39ad8"
    ],
    "album": "Look Out for #1",
    "release_id": null,
    "release_group_id": "4277dab6-4f9f-3d49-9d91-bf9eb993a7aa",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "American funk band consisted of the brother duo George and Louis E. Johnson. Their debut album \"Look Out For #1\" opens with this track and reached number one on the R&B albums chart and number three on the jazz albums chart in the United States.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}