Information about plays

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

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

{
    "id": 1388887,
    "uri": "https://api.kexp.org/v2/plays/1388887/?format=api",
    "airdate": "2008-06-22T22:16:00-07:00",
    "show": 24244,
    "show_uri": "https://api.kexp.org/v2/shows/24244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Know How Theme (Aaron Lacrate & Debonair Samir remix)",
    "track_id": "ada5a3e9-4eed-46a3-ab18-596a2552c233",
    "recording_id": null,
    "artist": "Young MC",
    "artist_ids": [
        "693097c4-17ec-4bb8-9b7c-74a5a2a85723"
    ],
    "album": "RMXXOLOGY",
    "release_id": "6b5e5485-ac62-4b3c-9084-e5dde76cbd7e",
    "release_group_id": null,
    "labels": [
        "Delicious Vinyl"
    ],
    "label_ids": [
        "fa21d4fc-2f5b-48df-9f70-066f0d8cfc3e"
    ],
    "release_date": "2008-06-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}