Information about plays

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

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

{
    "id": 2680361,
    "uri": "https://api.kexp.org/v2/plays/2680361/?format=api",
    "airdate": "2019-12-31T10:03:48-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wash Off",
    "track_id": "15ca0621-42e6-43cb-8130-efeae1344535",
    "recording_id": null,
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "Part 2, Everything Not Saved Will Be Lost",
    "release_id": "0f358547-5009-4843-a253-717bbd04dde9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-18",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This NY Times interview with Foals says their two 2019 albums are \"the soundtrack to the apocalypse\": https://www.nytimes.com/2019/10/22/arts/music/foals-interview.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}