Information about plays

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

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

{
    "id": 357018,
    "uri": "https://api.kexp.org/v2/plays/357018/?format=api",
    "airdate": "2019-07-20T22:01:50-07:00",
    "show": 5949,
    "show_uri": "https://api.kexp.org/v2/shows/5949/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Small Wonder?",
    "track_id": "686d28d2-bc05-3306-a8b5-1e0aae3625df",
    "recording_id": null,
    "artist": "The Carpettes",
    "artist_ids": [
        "e1f7607b-de64-4e0b-a967-743650dce365"
    ],
    "album": "Small Wonder?",
    "release_id": "ce79b89e-ba17-45ae-8944-b9d29ef00d71",
    "release_group_id": null,
    "labels": [
        "1977 Records"
    ],
    "label_ids": [
        "3b452d46-c214-4844-9420-56d469059e46"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}