Information about plays

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

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

{
    "id": 2681332,
    "uri": "https://api.kexp.org/v2/plays/2681332/?format=api",
    "airdate": "2020-01-02T19:25:00-08:00",
    "show": 46279,
    "show_uri": "https://api.kexp.org/v2/shows/46279/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No More Roamin'",
    "track_id": "6c7cb30c-033a-3e5c-a764-dea5f58ec1b8",
    "recording_id": null,
    "artist": "Cowboy Copas",
    "artist_ids": [
        "dde0c16b-4697-4109-b58c-d8eb2c657f5d"
    ],
    "album": "Copasetic: The King & Starday Recordings 1944 - 1960",
    "release_id": "28054401-7ea5-4edc-94b9-f7ec8c831785",
    "release_group_id": null,
    "labels": [
        "West Side Records (USA)"
    ],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}