Information about plays

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

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

{
    "id": 380338,
    "uri": "https://api.kexp.org/v2/plays/380338/?format=api",
    "airdate": "2019-09-13T08:48:00-07:00",
    "show": 6329,
    "show_uri": "https://api.kexp.org/v2/shows/6329/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Bet You Look Good on the Dancefloor",
    "track_id": "95cdfe54-dc5c-4133-a071-96b4ca40fe80",
    "recording_id": null,
    "artist": "Arctic Monkeys",
    "artist_ids": [
        "ada7a83c-e3e1-40f1-93f9-3e73dbc9298a"
    ],
    "album": "Whatever People Say I Am, That's What I'm Not",
    "release_id": "e56a4cd2-721b-4fa3-9cc5-e096320d6ccb",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}