Information about plays

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

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

{
    "id": 357205,
    "uri": "https://api.kexp.org/v2/plays/357205/?format=api",
    "airdate": "2019-07-21T09:23:00-07:00",
    "show": 5955,
    "show_uri": "https://api.kexp.org/v2/shows/5955/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hand Me Down My Old Walking Stick",
    "track_id": null,
    "recording_id": null,
    "artist": "Big Joe Williams",
    "artist_ids": [
        "bf295ac0-21e8-4e11-89e9-22b10fd8973a"
    ],
    "album": "Hand Me Down My Old Walking Stick",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "World Pacific"
    ],
    "label_ids": [
        "65f3dfb1-2e91-4032-bf75-aa4e4ce82ca7"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}