Information about plays

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

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

{
    "id": 2680169,
    "uri": "https://api.kexp.org/v2/plays/2680169/?format=api",
    "airdate": "2019-12-31T02:01:00-08:00",
    "show": 46262,
    "show_uri": "https://api.kexp.org/v2/shows/46262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t Let Me Sleep",
    "track_id": "ae26c466-2e48-450c-89bc-ba732294e6f1",
    "recording_id": null,
    "artist": "Shana Cleveland",
    "artist_ids": [
        "3a2c4f39-b58d-4968-b7a9-c74291321396"
    ],
    "album": "Night of the Worm Moon",
    "release_id": "a22f0f8b-42dd-43bc-8d39-6f049b5c3a81",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2019-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}