Information about plays

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

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

{
    "id": 350998,
    "uri": "https://api.kexp.org/v2/plays/350998/?format=api",
    "airdate": "2019-07-06T20:52:43-07:00",
    "show": 5846,
    "show_uri": "https://api.kexp.org/v2/shows/5846/?format=api",
    "image_uri": "http://coverartarchive.org/release/beb346eb-ae4e-4446-a6c3-6091da03aa7e/14003274856-250.jpg",
    "thumbnail_uri": "",
    "song": "HelloHihey",
    "track_id": "752c005d-8903-31a9-8959-06f5bfd032c0",
    "recording_id": null,
    "artist": "Lifesavas",
    "artist_ids": [
        "aff558f3-d25d-43ea-854d-6f4b442da318"
    ],
    "album": "Spirit in Stone",
    "release_id": "beb346eb-ae4e-4446-a6c3-6091da03aa7e",
    "release_group_id": null,
    "labels": [
        "Quannum Projects"
    ],
    "label_ids": [
        "650ccc99-f851-4966-9b63-137b9d84926c"
    ],
    "release_date": "2003-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lifesavas is a hip hop group from Portland, Oregon with a classic hip hop sound.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}