Information about plays

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

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

{
    "id": 2681139,
    "uri": "https://api.kexp.org/v2/plays/2681139/?format=api",
    "airdate": "2020-01-02T07:17:02-08:00",
    "show": 46275,
    "show_uri": "https://api.kexp.org/v2/shows/46275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "365",
    "track_id": "a66a7b41-6ea3-4846-b906-992de886b1dd",
    "recording_id": null,
    "artist": "Ben Zaidi",
    "artist_ids": [
        "5320ae81-0fcc-42bb-8e1d-e93a3df338b4"
    ],
    "album": "365",
    "release_id": "ef82d03b-1d4d-4fdd-be46-a77ff3e9fd96",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}