Information about plays

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

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

{
    "id": 370236,
    "uri": "https://api.kexp.org/v2/plays/370236/?format=api",
    "airdate": "2019-08-21T03:40:00-07:00",
    "show": 6170,
    "show_uri": "https://api.kexp.org/v2/shows/6170/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Energy Flash",
    "track_id": "59ec2270-e847-3707-9f3d-a08fae6060db",
    "recording_id": null,
    "artist": "Joey Beltram",
    "artist_ids": [
        "5330d6d0-711b-415b-93e4-071e46d0d5f2"
    ],
    "album": "Energy Flash",
    "release_id": "36dfcac7-5d6f-4d27-9301-2983c5266512",
    "release_group_id": null,
    "labels": [
        "Transmat"
    ],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joey Beltram (born September 6, 1971 in Queens, New York City) is a DJ and record producer, best known for the pioneering recordings \"Energy Flash\" and \"Mentasm\" and for remixing Human Resource's \"Dominator\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}