Information about plays

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

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

{
    "id": 1351515,
    "uri": "https://api.kexp.org/v2/plays/1351515/?format=api",
    "airdate": "2008-03-19T01:37:30-07:00",
    "show": 23610,
    "show_uri": "https://api.kexp.org/v2/shows/23610/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wayfaring Stranger",
    "track_id": "729010ca-47d6-4b7c-9013-0f919528692b",
    "recording_id": null,
    "artist": "Varmint",
    "artist_ids": [
        "6a34632f-0a66-4f09-8579-4693530d089f"
    ],
    "album": "Mr. Man in the Moon",
    "release_id": "9ebcec72-1dc2-4f18-8dc7-b7118d349211",
    "release_group_id": null,
    "labels": [
        "Self Immolation"
    ],
    "label_ids": [
        "32401bee-ae52-4a4c-bd72-f907b55a71ee"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}