Information about plays

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

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

{
    "id": 3421625,
    "uri": "https://api.kexp.org/v2/plays/3421625/?format=api",
    "airdate": "2024-11-05T07:04:01-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://ia804707.us.archive.org/19/items/mbid-e3038485-8585-4169-9060-916ee5611d74/mbid-e3038485-8585-4169-9060-916ee5611d74-19922831749_thumb500.jpg",
    "thumbnail_uri": "https://ia804707.us.archive.org/19/items/mbid-e3038485-8585-4169-9060-916ee5611d74/mbid-e3038485-8585-4169-9060-916ee5611d74-19922831749_thumb250.jpg",
    "song": "A Change Is Gonna Come",
    "track_id": "ca386fbf-9e3e-32cb-8ea9-ad0f477081e5",
    "recording_id": "2f82aad5-728a-4094-b266-a201e065390d",
    "artist": "Sam Cooke",
    "artist_ids": [
        "6c8fd0be-d961-454c-aee0-4366a6dbc993"
    ],
    "album": "Ain’t That Good News",
    "release_id": "e3038485-8585-4169-9060-916ee5611d74",
    "release_group_id": "9e46abfc-1267-350f-b2d3-600ec3fc7d85",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1964-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}