Information about plays

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

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

{
    "id": 2680855,
    "uri": "https://api.kexp.org/v2/plays/2680855/?format=api",
    "airdate": "2020-01-01T14:56:00-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Know You See Me (feat. J Hoard and Melanie Charles)",
    "track_id": null,
    "recording_id": null,
    "artist": "Kassa Overall",
    "artist_ids": [
        "2d8e57da-b949-4e7f-8ebf-dd907e03119a"
    ],
    "album": "I Know You See Me (feat. J Hoard and Melanie Charles)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [],
    "release_date": "2019-12-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "‘I Know You See Me’ is the first offering on Brownswood for Kassa Overall, released December 4, 2019 https://kassaoverall.bandcamp.com/track/i-know-you-see-me-feat-j-hoard-melanie-charles Performing LIVE at Triple Door on Sunday, March 1, 2020.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}