Information about plays

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

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

{
    "id": 373952,
    "uri": "https://api.kexp.org/v2/plays/373952/?format=api",
    "airdate": "2019-08-29T11:09:19-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/d1df0639-2b3a-462a-9deb-7429852aa912/6506508109-250.jpg",
    "thumbnail_uri": "",
    "song": "Home (feat. Vitamin D, C Note, Maine & Ish)",
    "track_id": "b4fb3b18-c49e-4ee0-afbc-06c37dffb9e7",
    "recording_id": null,
    "artist": "Jake One",
    "artist_ids": [
        "6fb8542b-1ddf-4a45-9c7f-57989eb0e1b0"
    ],
    "album": "White Van Music",
    "release_id": "d1df0639-2b3a-462a-9deb-7429852aa912",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Ben's \"Soothe Your Soul\" mix here on Mixtape Week: https://www.kexp.org/mixtape/  <br> <br> This mix features Seattle artist Jake One.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}