Information about plays

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

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

{
    "id": 2679022,
    "uri": "https://api.kexp.org/v2/plays/2679022/?format=api",
    "airdate": "2019-12-28T03:33:00-08:00",
    "show": 46237,
    "show_uri": "https://api.kexp.org/v2/shows/46237/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "2009",
    "track_id": "e4298df7-2673-486d-b6ab-26f874293320",
    "recording_id": null,
    "artist": "Mac Miller",
    "artist_ids": [
        "a0e8a1b1-5f8f-475a-a253-17415c17d0ff"
    ],
    "album": "Swimming",
    "release_id": "6db76635-a3cd-4933-85e9-e29cbbc38c1c",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [],
    "release_date": "2018-08-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}