Information about plays

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

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

{
    "id": 2679620,
    "uri": "https://api.kexp.org/v2/plays/2679620/?format=api",
    "airdate": "2019-12-29T15:01:39-08:00",
    "show": 46250,
    "show_uri": "https://api.kexp.org/v2/shows/46250/?format=api",
    "image_uri": "https://coverartarchive.org/release/c93057c3-03db-452e-b700-7e307018a737/23812253187-250.jpg",
    "thumbnail_uri": "",
    "song": "Teenage Birdsong",
    "track_id": "c0e016d1-238f-471c-9200-cbfaac3b660a",
    "recording_id": null,
    "artist": "Four Tet",
    "artist_ids": [
        "3bcff06f-675a-451f-9075-99e8657047e8"
    ],
    "album": "Teenage Birdsong",
    "release_id": "c93057c3-03db-452e-b700-7e307018a737",
    "release_group_id": null,
    "labels": [
        "Text Records"
    ],
    "label_ids": [
        "b6cda36e-510e-4bca-a655-3db6dd324d8e"
    ],
    "release_date": "2019-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}