Information about plays

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

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

{
    "id": 2680797,
    "uri": "https://api.kexp.org/v2/plays/2680797/?format=api",
    "airdate": "2020-01-01T11:55:08-08:00",
    "show": 46270,
    "show_uri": "https://api.kexp.org/v2/shows/46270/?format=api",
    "image_uri": "https://coverartarchive.org/release/101e0620-0aab-4897-94da-3e18e334b171/24078098785-250.jpg",
    "thumbnail_uri": "",
    "song": "Final Form",
    "track_id": "33a7723e-d114-4180-9c0d-3e86d2a2c804",
    "recording_id": null,
    "artist": "Sampa the Great",
    "artist_ids": [
        "9d79c790-9897-464e-aef0-db5bd3290f00"
    ],
    "album": "The Return",
    "release_id": "101e0620-0aab-4897-94da-3e18e334b171",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}