Information about plays

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

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

{
    "id": 2680027,
    "uri": "https://api.kexp.org/v2/plays/2680027/?format=api",
    "airdate": "2019-12-30T17:09:23-08:00",
    "show": 46259,
    "show_uri": "https://api.kexp.org/v2/shows/46259/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get By",
    "track_id": "65a4b09c-c844-4c9a-902a-c5153f73e280",
    "recording_id": null,
    "artist": "Talib Kweli",
    "artist_ids": [
        "bb3cbea2-5ad4-4917-bc84-8a1975d40315"
    ],
    "album": "Quality",
    "release_id": "8386d96e-4857-411e-9739-273c9f4f3273",
    "release_group_id": null,
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "2002-11-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Intelligent, poetic, thoughtful lyricist/poet/MC, critical- and commercial-favorite both solo and as one half of Black Star.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}