Information about plays

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

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

{
    "id": 3414029,
    "uri": "https://api.kexp.org/v2/plays/3414029/?format=api",
    "airdate": "2024-10-17T21:12:35-07:00",
    "show": 61602,
    "show_uri": "https://api.kexp.org/v2/shows/61602/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "LOVE COMES QUICKLY〜霧の都の異邦人〜",
    "track_id": null,
    "recording_id": "80728261-85a7-428f-b4fd-fdfafed75546",
    "artist": "石川秀美",
    "artist_ids": [
        "c1f7a2d8-a92e-4703-a097-cb8bb0f03bcf"
    ],
    "album": "PASTICHE",
    "release_id": null,
    "release_group_id": "737976f7-b7f1-4c67-a669-dad60186acf5",
    "labels": [
        "BMG Japan"
    ],
    "label_ids": [
        "3dd26d3b-7b24-4b84-a957-b43cffb0f1b6"
    ],
    "release_date": "1986-07-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "石川秀美 (Hidemi Ishikawa) is a Japanese singer and idol of the 1980's.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}