Information about plays

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

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

{
    "id": 350290,
    "uri": "https://api.kexp.org/v2/plays/350290/?format=api",
    "airdate": "2019-07-05T02:57:50-07:00",
    "show": 5833,
    "show_uri": "https://api.kexp.org/v2/shows/5833/?format=api",
    "image_uri": "http://coverartarchive.org/release/0eed284e-79d6-4680-9c11-92230b0285d7/8595564775-250.jpg",
    "thumbnail_uri": "",
    "song": "The Lord's Favorite",
    "track_id": "70a86669-d148-4156-a173-b22ff9b2ffd3",
    "recording_id": null,
    "artist": "Iceage",
    "artist_ids": [
        "7e01053e-e701-4e55-8a29-b8cfdcdee205"
    ],
    "album": "Plowing Into the Field of Love",
    "release_id": "0eed284e-79d6-4680-9c11-92230b0285d7",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2014-10-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}