Information about plays

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

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

{
    "id": 3428870,
    "uri": "https://api.kexp.org/v2/plays/3428870/?format=api",
    "airdate": "2024-11-23T00:12:44-08:00",
    "show": 61920,
    "show_uri": "https://api.kexp.org/v2/shows/61920/?format=api",
    "image_uri": "https://coverartarchive.org/release/64449db7-0efc-4e5c-90b1-d2c42caeaea6/37153567823-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/64449db7-0efc-4e5c-90b1-d2c42caeaea6/37153567823-250.jpg",
    "song": "Push Thru",
    "track_id": null,
    "recording_id": "abbb66a8-29f5-4d39-a99b-70488415068b",
    "artist": "Talib Kweli, Curren$y, Kendrick Lamar & Glen Reynolds",
    "artist_ids": [
        "bb3cbea2-5ad4-4917-bc84-8a1975d40315",
        "4ce1c576-305a-4b82-82fa-5e5359056219",
        "381086ea-f511-4aba-bdf9-71c753dc5077",
        "2561d542-dbb9-4b96-8074-bd97812d265c"
    ],
    "album": "Push Thru",
    "release_id": null,
    "release_group_id": "27ab08a1-6b1f-494a-a366-c001739e31c3",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "2012-07-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}