Information about plays

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

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

{
    "id": 2677520,
    "uri": "https://api.kexp.org/v2/plays/2677520/?format=api",
    "airdate": "2019-12-24T11:12:09-08:00",
    "show": 46217,
    "show_uri": "https://api.kexp.org/v2/shows/46217/?format=api",
    "image_uri": "https://coverartarchive.org/release/705b6ff9-48b8-4c14-8e22-2ffb28a533b1/7863908605-250.jpg",
    "thumbnail_uri": "",
    "song": "Study in Blue",
    "track_id": "d3e682fc-ef13-355e-8618-356ebb576650",
    "recording_id": null,
    "artist": "Paul Weller",
    "artist_ids": [
        "c4406045-e640-4cfe-8b88-4732cce314d4"
    ],
    "album": "Sonik Kicks",
    "release_id": "705b6ff9-48b8-4c14-8e22-2ffb28a533b1",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2012-03-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}