Information about plays

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

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

{
    "id": 2680952,
    "uri": "https://api.kexp.org/v2/plays/2680952/?format=api",
    "airdate": "2020-01-01T20:02:21-08:00",
    "show": 46272,
    "show_uri": "https://api.kexp.org/v2/shows/46272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Desert Skies",
    "track_id": "e82e250c-a364-340b-b3b9-21a5af090b41",
    "recording_id": null,
    "artist": "Beachwood Sparks",
    "artist_ids": [
        "afeb541c-b962-42d2-b0be-8b9c14d13ca6"
    ],
    "album": "Beachwood Sparks",
    "release_id": "33befdb7-42f5-48c3-a3db-fe93d293bf06",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [],
    "release_date": "2000-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song live in 2008: https://www.youtube.com/watch?v=maDeOh6ibD0 ; the L.A. band's first album ; https://www.subpop.com/artists/beachwood_sparks ; http://www.thecalmingseas.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}