Information about plays

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

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

{
    "id": 2677050,
    "uri": "https://api.kexp.org/v2/plays/2677050/?format=api",
    "airdate": "2019-12-23T06:51:24-08:00",
    "show": 46209,
    "show_uri": "https://api.kexp.org/v2/shows/46209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Always",
    "track_id": "63868cc4-8ffe-45fe-b05f-f3a6f07df9e5",
    "recording_id": null,
    "artist": "Georgia Anne Muldrow",
    "artist_ids": [
        "caf1cb4b-5bd0-4b4c-aecf-53de52cd18d1"
    ],
    "album": "Always",
    "release_id": "b041a65e-7b61-4492-865c-1d78ef30ad8d",
    "release_group_id": null,
    "labels": [
        "Rush Hour Recordings"
    ],
    "label_ids": [
        "91786112-cd17-4f8e-977d-9c07bf734291"
    ],
    "release_date": "2019-11-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Los Vegas artist Georgia Anne Muldrow on this compilation from Rush Hour Music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}