Information about plays

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

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

{
    "id": 3416863,
    "uri": "https://api.kexp.org/v2/plays/3416863/?format=api",
    "airdate": "2024-10-24T21:30:06-07:00",
    "show": 61663,
    "show_uri": "https://api.kexp.org/v2/shows/61663/?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": "LOVE COMES QUICKLY ~霧の都の異邦人~",
    "release_id": null,
    "release_group_id": "e85f6cd9-02af-40f3-af80-05cb5e5f9de1",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1986-08-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Found in an attic in Seoul! This cover of Love Comes Quickly by the Pet Shop Boys is such by 石川秀美 (Hidemi Ishikawa), Japanese singer and idol of the 1980's.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}