Information about plays

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

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

{
    "id": 2682493,
    "uri": "https://api.kexp.org/v2/plays/2682493/?format=api",
    "airdate": "2020-01-05T14:21:21-08:00",
    "show": 46300,
    "show_uri": "https://api.kexp.org/v2/shows/46300/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Past & In Between",
    "track_id": "e3d48944-05ab-4c6d-b5f7-c6c72f2c7254",
    "recording_id": null,
    "artist": "Math and Physics Club",
    "artist_ids": [
        "838d9c94-4d91-41e0-a28b-60518e62efe9"
    ],
    "album": "Lived Here Before",
    "release_id": "16f13792-39b3-4fb2-91d1-fcf04ad8e755",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-01-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "http://mathandphysicsclub.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}