Information about plays

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

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

{
    "id": 344552,
    "uri": "https://api.kexp.org/v2/plays/344552/?format=api",
    "airdate": "2019-06-22T01:33:00-07:00",
    "show": 5742,
    "show_uri": "https://api.kexp.org/v2/shows/5742/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keep Ya Head Up",
    "track_id": "2ecfdf09-d7af-4d0a-9bec-3b486f02c57a",
    "recording_id": null,
    "artist": "2Pac",
    "artist_ids": [],
    "album": "Strictly 4 My N.I.G.G.A.Z…",
    "release_id": "612ba2db-21dc-4970-9581-520708a67848",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Listener request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}