Information about plays

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

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

{
    "id": 348520,
    "uri": "https://api.kexp.org/v2/plays/348520/?format=api",
    "airdate": "2019-07-01T06:10:00-07:00",
    "show": 5810,
    "show_uri": "https://api.kexp.org/v2/shows/5810/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sound the Alarm",
    "track_id": "dcb7d80c-4f8e-42e4-8014-fcbc8b2b53da",
    "recording_id": null,
    "artist": "Thievery Corporation",
    "artist_ids": [
        "a505bb48-ad65-4af4-ae47-29149715bff9"
    ],
    "album": "Radio Retaliation",
    "release_id": "811e18af-8bf0-4107-bf96-53f62132b03b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2008-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thievery Corporation won't be playing Seattle during their upcoming tour, but you can catch them at shows in LA (December 13th) and Vancouver (November 26 at the Commodore Ballroom) if you're willing to travel! https://thieverycorporation.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}