Information about plays

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

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

{
    "id": 379389,
    "uri": "https://api.kexp.org/v2/plays/379389/?format=api",
    "airdate": "2019-09-11T03:05:08-07:00",
    "show": 6316,
    "show_uri": "https://api.kexp.org/v2/shows/6316/?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": "Talib Kweli Greene is an American rapper, entrepreneur, and activist. Kweli earned recognition early on through his collaboration with fellow Brooklyn rapper Mos Def, when they formed the group Black Star.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}