Information about plays

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

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

{
    "id": 376787,
    "uri": "https://api.kexp.org/v2/plays/376787/?format=api",
    "airdate": "2019-09-05T00:52:43-07:00",
    "show": 6270,
    "show_uri": "https://api.kexp.org/v2/shows/6270/?format=api",
    "image_uri": "http://coverartarchive.org/release/a715d8a6-d5ef-4bba-9dc6-508c01f262f6/23686529724-250.jpg",
    "thumbnail_uri": "",
    "song": "Taking Flight",
    "track_id": "2b73cea5-e85c-48ed-bfcf-89821743481a",
    "recording_id": null,
    "artist": "Resavoir feat. Brandee Younger",
    "artist_ids": [
        "61d68647-258e-43e2-942f-11321df5a96a"
    ],
    "album": "Resavoir",
    "release_id": "a715d8a6-d5ef-4bba-9dc6-508c01f262f6",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-06-28",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://intlanthem.bandcamp.com/album/resavoir",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}