Information about plays

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

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

{
    "id": 2675700,
    "uri": "https://api.kexp.org/v2/plays/2675700/?format=api",
    "airdate": "2019-12-20T02:50:00-08:00",
    "show": 46184,
    "show_uri": "https://api.kexp.org/v2/shows/46184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Purple Rain",
    "track_id": "3aa4222d-6733-3499-bbc5-9521ab4d9d68",
    "recording_id": null,
    "artist": "Beanie Sigel",
    "artist_ids": [],
    "album": "The B. Coming",
    "release_id": "64e0ee52-c4b6-427d-9fe6-541d654d8ec9",
    "release_group_id": null,
    "labels": [
        "Roc‐A‐Fella Records"
    ],
    "label_ids": [
        "4cccc72a-0bd0-433a-905e-dad87871397d"
    ],
    "release_date": "2005-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}