Information about plays

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

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

{
    "id": 3437304,
    "uri": "https://api.kexp.org/v2/plays/3437304/?format=api",
    "airdate": "2024-12-12T20:48:05-08:00",
    "show": 62092,
    "show_uri": "https://api.kexp.org/v2/shows/62092/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kiss of Life",
    "track_id": null,
    "recording_id": null,
    "artist": "Friday Night Plans",
    "artist_ids": [
        "58d52de0-c436-4b12-aed4-456a3cb03b86"
    ],
    "album": "Kiss of Life",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2020-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Friday Night Plans is a musical act led by Japanese vocalist Masumi, who is the group's sole member.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}