Information about plays

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

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

{
    "id": 3440198,
    "uri": "https://api.kexp.org/v2/plays/3440198/?format=api",
    "airdate": "2024-12-19T20:17:52-08:00",
    "show": 62154,
    "show_uri": "https://api.kexp.org/v2/shows/62154/?format=api",
    "image_uri": "https://coverartarchive.org/release/020e6dc0-87f8-4bc0-ad9b-21e302c819d7/7477233026-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/020e6dc0-87f8-4bc0-ad9b-21e302c819d7/7477233026-250.jpg",
    "song": "SHOW ME",
    "track_id": null,
    "recording_id": "8783f4ba-e345-4273-8a74-828723b5ea44",
    "artist": "森川由加里",
    "artist_ids": [
        "fb09984d-e928-4c53-9e40-ab331dd148ed"
    ],
    "album": "SHOW ME",
    "release_id": null,
    "release_group_id": "4bb54488-5b07-4226-9ab3-a8ef6d9c3608",
    "labels": [
        "Fun House"
    ],
    "label_ids": [
        "560e8b3d-8e21-4b43-aec5-58d908a2391d"
    ],
    "release_date": "1987-12-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Daps1 on the turntables!\n\nA cover... of The Cover Girls' 1986 song \"Show Me.\"\n\nhttps://www.discogs.com/master/1383390-Yukari-Morikawa-Show-Me",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}