Information about plays

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

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

{
    "id": 356506,
    "uri": "https://api.kexp.org/v2/plays/356506/?format=api",
    "airdate": "2019-07-19T15:12:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Compare",
    "track_id": null,
    "recording_id": null,
    "artist": "FRANKIIE",
    "artist_ids": [
        "5f3164ec-9f4f-485c-9b8a-50813fd6fa80"
    ],
    "album": "Forget Your Head",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Paper Bag"
    ],
    "label_ids": [],
    "release_date": "2019-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vancouver-based FRANKIIE made a trip to one of the most beautiful places in the world to play their first music festival. Here's a glimpse at their adventures on Haida Gwaii summer of 2014. Shot and edited by Michael Henry. Features original music by FRANKIIE at their first festival ever - Edge of the World Music Festival (www.edgefestival.ca): www.youtube.com/watch?v=nd-FQkC9YoM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}