Information about plays

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

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

{
    "id": 2681912,
    "uri": "https://api.kexp.org/v2/plays/2681912/?format=api",
    "airdate": "2020-01-04T04:45:19-08:00",
    "show": 46287,
    "show_uri": "https://api.kexp.org/v2/shows/46287/?format=api",
    "image_uri": "https://coverartarchive.org/release/f9d5fc0c-e4c5-3608-b4f6-a11d1430cee5/2801139740-250.jpg",
    "thumbnail_uri": "",
    "song": "The Proud",
    "track_id": "0537d1b6-4732-301b-83f3-cc1094858d1b",
    "recording_id": null,
    "artist": "Talib Kweli",
    "artist_ids": [
        "bb3cbea2-5ad4-4917-bc84-8a1975d40315"
    ],
    "album": "Quality",
    "release_id": "f9d5fc0c-e4c5-3608-b4f6-a11d1430cee5",
    "release_group_id": null,
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "2002-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}