Information about plays

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

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

{
    "id": 2679081,
    "uri": "https://api.kexp.org/v2/plays/2679081/?format=api",
    "airdate": "2019-12-28T06:55:00-08:00",
    "show": 46238,
    "show_uri": "https://api.kexp.org/v2/shows/46238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Yes You",
    "track_id": "f512dea4-6ddf-3c8d-b46c-598d5b534d0e",
    "recording_id": null,
    "artist": "tUnE-yArDs",
    "artist_ids": [
        "fac3ff34-6ba4-425a-8f01-b181ef4a908a"
    ],
    "album": "W H O K I L L",
    "release_id": "2aa9d2e6-fdaa-3f72-8a95-1c5807481cbc",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2011-04-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}