Information about plays

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

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

{
    "id": 2680942,
    "uri": "https://api.kexp.org/v2/plays/2680942/?format=api",
    "airdate": "2020-01-01T19:26:34-08:00",
    "show": 46272,
    "show_uri": "https://api.kexp.org/v2/shows/46272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Lover Like You",
    "track_id": "7b0c361f-3329-39bd-9ff3-c1aa579a0020",
    "recording_id": null,
    "artist": "Hayes Carll",
    "artist_ids": [
        "89c83caa-7f08-4e0d-bee9-db0139044e38"
    ],
    "album": "Trouble in Mind",
    "release_id": "94b258e6-4358-34fd-8945-506c5740d974",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [],
    "release_date": "2008-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wed 3/11 @ McMenamins Elks Temple in Tacoma ; video live in The Roadhouse last spring: https://www.kexp.org/watch/hayes-carll ; http://hayescarll.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}