Information about plays

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

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

{
    "id": 349961,
    "uri": "https://api.kexp.org/v2/plays/349961/?format=api",
    "airdate": "2019-07-04T08:25:29-07:00",
    "show": 5829,
    "show_uri": "https://api.kexp.org/v2/shows/5829/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rapture",
    "track_id": "1a0deea0-0106-3cec-8fdf-c26d1df3b7c6",
    "recording_id": null,
    "artist": "Blondie",
    "artist_ids": [
        "4d2956d1-a3f7-44bb-9a41-67563e1a0c94"
    ],
    "album": "Greatest Hits: Sound & Vision",
    "release_id": "4ac6b8e5-9516-4eaf-b5d0-9059a4aa5046",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2006-03-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The second single released off Blondie's 1980 LP <i>Autoamerican</i>. Here's the video for \"Rapture\"! - https://www.youtube.com/watch?v=bCsKIswjk1o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}