Information about plays

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

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

{
    "id": 1382813,
    "uri": "https://api.kexp.org/v2/plays/1382813/?format=api",
    "airdate": "2008-06-07T13:37:55-07:00",
    "show": 24141,
    "show_uri": "https://api.kexp.org/v2/shows/24141/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beautiful World",
    "track_id": null,
    "recording_id": null,
    "artist": "The Transmissionary Six",
    "artist_ids": [
        "a51ff80a-a3fc-42cb-8076-16700dc93d92"
    ],
    "album": "05.21.05",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Glitterhouse Records"
    ],
    "label_ids": [
        "2582e6e6-de17-4cba-8407-f31425d9048b"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}