Information about plays

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

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

{
    "id": 380043,
    "uri": "https://api.kexp.org/v2/plays/380043/?format=api",
    "airdate": "2019-09-12T15:29:50-07:00",
    "show": 6324,
    "show_uri": "https://api.kexp.org/v2/shows/6324/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ya weli",
    "track_id": "af49b7d3-8306-4565-a4bc-76d2856f4c28",
    "recording_id": null,
    "artist": "DAM",
    "artist_ids": [
        "45ddd10c-a6f3-4b2d-a583-12d149c54292"
    ],
    "album": "Ben haana wa maana",
    "release_id": "dd9a58fe-3c9b-4684-b170-6d9b5ddb076e",
    "release_group_id": null,
    "labels": [
        "Cooking Vinyl"
    ],
    "label_ids": [
        "10a8a55b-fe80-4df6-978e-fc0548dc04b6"
    ],
    "release_date": "2019-06-07",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Palestinian-Israeli hip-hop group DAM were included in KEXP's Music That Matters, Vol. 681 - Black August Mixtape! See the full playlist and listen to the Music That Matters podcast here: https://bit.ly/2MyCuep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}