Information about plays

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

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

{
    "id": 2674837,
    "uri": "https://api.kexp.org/v2/plays/2674837/?format=api",
    "airdate": "2019-12-18T08:36:34-08:00",
    "show": 46172,
    "show_uri": "https://api.kexp.org/v2/shows/46172/?format=api",
    "image_uri": "https://coverartarchive.org/release/2ec1502e-1763-302d-9a92-fa8799566156/3244596279-250.jpg",
    "thumbnail_uri": "",
    "song": "True Faith",
    "track_id": "5747b33e-e5a2-39dc-9c84-f75294b665ae",
    "recording_id": null,
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Substance 1987",
    "release_id": "2ec1502e-1763-302d-9a92-fa8799566156",
    "release_group_id": null,
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I used to think that the day would never come / I'd see the light in the shade of the morning Sun...\" <br> </br> Here's the surreal video: https://www.youtube.com/watch?v=mfI1S0PKJR8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}