Information about plays

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

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

{
    "id": 3421849,
    "uri": "https://api.kexp.org/v2/plays/3421849/?format=api",
    "airdate": "2024-11-05T21:09:26-08:00",
    "show": 61774,
    "show_uri": "https://api.kexp.org/v2/shows/61774/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grazing in the Grass",
    "track_id": null,
    "recording_id": "1e0259e5-831a-488e-b130-8ca2ac306115",
    "artist": "Hugh Masekela",
    "artist_ids": [
        "83a2e0fb-3d9b-46ff-b383-3dde54c15297"
    ],
    "album": "Vintage Collectibles: Volume 4",
    "release_id": null,
    "release_group_id": "e64b7f5f-d537-404b-b708-f25de9570b9d",
    "labels": [],
    "label_ids": [],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1968 recording was inducted into the Grammy Hall of Fame in 2018! And peaked on the US Billboard Hot 100 at number 1!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}