Information about plays

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

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

{
    "id": 3422042,
    "uri": "https://api.kexp.org/v2/plays/3422042/?format=api",
    "airdate": "2024-11-06T09:10:53-08:00",
    "show": 61778,
    "show_uri": "https://api.kexp.org/v2/shows/61778/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Going Underground",
    "track_id": null,
    "recording_id": "95ac2502-22d4-41f1-884a-aa106e92549f",
    "artist": "The Jam",
    "artist_ids": [
        "23228f18-01d5-493e-94ce-cfcde82a8db2"
    ],
    "album": "Going Underground",
    "release_id": null,
    "release_group_id": "0eee25cf-eb81-36f5-b447-670b6ef3251a",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1980-03-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}