Information about plays

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

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

{
    "id": 2682728,
    "uri": "https://api.kexp.org/v2/plays/2682728/?format=api",
    "airdate": "2020-01-06T05:43:00-08:00",
    "show": 46305,
    "show_uri": "https://api.kexp.org/v2/shows/46305/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Saraabe Toe",
    "track_id": "32fcb628-1b57-3cc8-b502-3775c9c5b30a",
    "recording_id": null,
    "artist": "Kourosh Yaghmaei",
    "artist_ids": [
        "1c11fabc-c4e2-4228-b37e-92e0a4dff840"
    ],
    "album": "Back From the Brink",
    "release_id": "95b466b7-309d-471f-8284-4fde17a033e4",
    "release_group_id": null,
    "labels": [
        "Now-Again Records"
    ],
    "label_ids": [],
    "release_date": "2011-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}