Information about plays

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

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

{
    "id": 466870,
    "uri": "https://api.kexp.org/v2/plays/466870/?format=api",
    "airdate": "2001-09-16T21:12:00-07:00",
    "show": 7942,
    "show_uri": "https://api.kexp.org/v2/shows/7942/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Orion",
    "track_id": "ee6739d0-9121-4b2c-ac51-d8e9edb2828e",
    "recording_id": null,
    "artist": "Sonic & Silver",
    "artist_ids": [
        "91fd5359-14af-45f2-8f0e-f3f0a2e3cac0"
    ],
    "album": "L Plates, Volume 5",
    "release_id": "08d60213-f72b-403d-b610-b29af31878c8",
    "release_group_id": null,
    "labels": [
        "L-Plates (005)"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}