Information about plays

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

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

{
    "id": 3430943,
    "uri": "https://api.kexp.org/v2/plays/3430943/?format=api",
    "airdate": "2024-11-28T00:26:27-08:00",
    "show": 61965,
    "show_uri": "https://api.kexp.org/v2/shows/61965/?format=api",
    "image_uri": "https://coverartarchive.org/release/6200967b-8bf5-4042-8e2f-d8a879939b2f/2190073770-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6200967b-8bf5-4042-8e2f-d8a879939b2f/2190073770-250.jpg",
    "song": "You Know I’m No Good",
    "track_id": null,
    "recording_id": "111c1e9e-8204-4b2d-b450-3a87495306b4",
    "artist": "Ghostface & Amy Winehouse",
    "artist_ids": [
        "3b39abeb-0064-4eed-9ddd-ee47a45c54cb",
        "dfe9a7c4-8cf2-47f4-9dcb-d233c2b86ec3"
    ],
    "album": "More Fish",
    "release_id": null,
    "release_group_id": "32cb916b-f64b-3063-b563-ce19fbce1dd5",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2006-12-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}