Information about plays

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

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

{
    "id": 366104,
    "uri": "https://api.kexp.org/v2/plays/366104/?format=api",
    "airdate": "2019-08-11T18:49:00-07:00",
    "show": 6106,
    "show_uri": "https://api.kexp.org/v2/shows/6106/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'll Never Be Ashamed",
    "track_id": "ecfbb4ce-df15-4f41-84d0-ef667a90d5a3",
    "recording_id": null,
    "artist": "The Sylvers",
    "artist_ids": [
        "70d1c02b-7349-4555-a9fc-9e85e4eaca49"
    ],
    "album": "The Sylvers",
    "release_id": "d3657076-6fdd-4d11-9e88-8a794eded1fd",
    "release_group_id": null,
    "labels": [
        "Pride"
    ],
    "label_ids": [
        "ef27f204-8974-4e0a-8645-82e948e82d4b"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}