Information about plays

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

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

{
    "id": 2681442,
    "uri": "https://api.kexp.org/v2/plays/2681442/?format=api",
    "airdate": "2020-01-03T01:03:00-08:00",
    "show": 46281,
    "show_uri": "https://api.kexp.org/v2/shows/46281/?format=api",
    "image_uri": "https://coverartarchive.org/release/4e18cccd-3f13-41ad-9fc8-484400ba64d0/21717794706-250.jpg",
    "thumbnail_uri": "",
    "song": "Bengala",
    "track_id": "59d78475-d67d-4a77-8aa5-ab3877651f8f",
    "recording_id": null,
    "artist": "Be Forest",
    "artist_ids": [
        "b3efa184-487a-4518-a0d0-0b14179601df"
    ],
    "album": "Knocturne",
    "release_id": "4e18cccd-3f13-41ad-9fc8-484400ba64d0",
    "release_group_id": null,
    "labels": [
        "We Were Never Being Boring"
    ],
    "label_ids": [
        "174aee06-54bd-4fcf-aa1d-927bc5abc847"
    ],
    "release_date": "2019-02-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}