Information about plays

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

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

{
    "id": 3422539,
    "uri": "https://api.kexp.org/v2/plays/3422539/?format=api",
    "airdate": "2024-11-07T14:59:07-08:00",
    "show": 61788,
    "show_uri": "https://api.kexp.org/v2/shows/61788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tomorrow",
    "track_id": null,
    "recording_id": "1cf24bd5-d5ed-48a3-b3ca-78e6f4fffce8",
    "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": "This Quincy Jones-produced tune has been sampled nearly 30 times.  This instrumental was later reprised as a song in 1989  on Quincy Jones' \"Back on the Block\" album in which Tevin Campbell sang lead.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}