Information about plays

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

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

{
    "id": 2677133,
    "uri": "https://api.kexp.org/v2/plays/2677133/?format=api",
    "airdate": "2019-12-23T11:56:55-08:00",
    "show": 46210,
    "show_uri": "https://api.kexp.org/v2/shows/46210/?format=api",
    "image_uri": "https://coverartarchive.org/release/95f21f3d-8fe6-40e4-9fb1-9347da40e75a/20526994221-250.jpg",
    "thumbnail_uri": "",
    "song": "Little Uneasy",
    "track_id": "3ec1cbf5-ae74-4988-97d5-51f762039878",
    "recording_id": null,
    "artist": "Fazerdaze",
    "artist_ids": [
        "d51ce0e4-027e-4ecf-a87e-c02a08149f42"
    ],
    "album": "Morningside",
    "release_id": "95f21f3d-8fe6-40e4-9fb1-9347da40e75a",
    "release_group_id": null,
    "labels": [
        "Flying Nun Records"
    ],
    "label_ids": [
        "59fd412e-71df-45b7-97be-37874136fe33"
    ],
    "release_date": "2017-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}