Information about plays

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

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

{
    "id": 3438170,
    "uri": "https://api.kexp.org/v2/plays/3438170/?format=api",
    "airdate": "2024-12-14T22:08:21-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mr. Pharmacist",
    "track_id": null,
    "recording_id": "19a6cc31-5a95-4541-86ed-423b3b4646da",
    "artist": "The Other Half",
    "artist_ids": [
        "0fea6e31-2e94-4b26-9225-486686d28205"
    ],
    "album": "The Other Half",
    "release_id": null,
    "release_group_id": "38533718-95ec-3dc3-a4eb-8f2d2f3011f1",
    "labels": [
        "Lion Records"
    ],
    "label_ids": [
        "55c9bbc3-5529-4456-9a43-364d4dd690b5"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Other Half was an American psychedelic garage rock band, based in San Francisco, and active in the mid-to-late 1960s. The band gained interest after one of the Nuggets compilations in the 1980s included this single.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}