Information about plays

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

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

{
    "id": 521048,
    "uri": "https://api.kexp.org/v2/plays/521048/?format=api",
    "airdate": "2002-02-24T03:17:00-08:00",
    "show": 8994,
    "show_uri": "https://api.kexp.org/v2/shows/8994/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Body Count's In the House",
    "track_id": null,
    "recording_id": null,
    "artist": "Body Count",
    "artist_ids": [
        "8b12db5d-54a9-4014-9fa8-d646ac291361"
    ],
    "album": "Cop Killer - Mixes and More",
    "release_id": "90beeb08-2b17-40e2-9bae-76d234576245",
    "release_group_id": null,
    "labels": [
        "Sire"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}