Information about plays

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

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

{
    "id": 3422360,
    "uri": "https://api.kexp.org/v2/plays/3422360/?format=api",
    "airdate": "2024-11-07T04:34:15-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://coverartarchive.org/release/d4d96b95-ff99-4f2d-a959-203bb6e2f4b6/21009043160-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d4d96b95-ff99-4f2d-a959-203bb6e2f4b6/21009043160-250.jpg",
    "song": "Searchin'",
    "track_id": null,
    "recording_id": "15697bc2-0100-466b-8f18-d66fd435c978",
    "artist": "Blackfoot",
    "artist_ids": [
        "4b24527f-0cfc-4ac0-8d63-ab8d8cfa64e3"
    ],
    "album": "Marauder",
    "release_id": null,
    "release_group_id": "a2923614-c4f6-3e4c-8dd6-c1e59a6fa3eb",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Southern hard rock band names Blackfoot to represent the American Indian heritage of its members",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}