Information about plays

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

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

{
    "id": 344460,
    "uri": "https://api.kexp.org/v2/plays/344460/?format=api",
    "airdate": "2019-06-21T21:09:00-07:00",
    "show": 5740,
    "show_uri": "https://api.kexp.org/v2/shows/5740/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pony Fly (feat. Steve Lacy)",
    "track_id": null,
    "recording_id": null,
    "artist": "Matt Martians",
    "artist_ids": [
        "1018344f-abc8-4c62-b4fd-37a30fd2dc6f"
    ],
    "album": "The Last Party",
    "release_id": "48072fb7-26bf-46f0-8790-3c198b617450",
    "release_group_id": null,
    "labels": [
        "3qtr"
    ],
    "label_ids": [],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stream the new album 'The Last Party' from The Internet's Matt Martians on Spotify: https://open.spotify.com/album/4GXctjI9VkgGI0YDrMOebH",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}