Information about plays

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

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

{
    "id": 2681326,
    "uri": "https://api.kexp.org/v2/plays/2681326/?format=api",
    "airdate": "2020-01-02T19:09:00-08:00",
    "show": 46279,
    "show_uri": "https://api.kexp.org/v2/shows/46279/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cry of the Whippoorwill",
    "track_id": "2ab7cb62-44ab-4651-831f-73757a9a22dd",
    "recording_id": null,
    "artist": "Rhonda Vincent",
    "artist_ids": [
        "5ae23016-8069-4a23-91ba-6b7d636ba304"
    ],
    "album": "The Storm Still Rages",
    "release_id": "a90ed930-e572-4adb-b7ee-b8d462432430",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "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"
}