Information about plays

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

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

{
    "id": 438138,
    "uri": "https://api.kexp.org/v2/plays/438138/?format=api",
    "airdate": "2001-06-24T18:44:00-07:00",
    "show": 7382,
    "show_uri": "https://api.kexp.org/v2/shows/7382/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eric B for President",
    "track_id": "852b9176-a4fd-4456-aca6-e32c60f05003",
    "recording_id": null,
    "artist": "Eric B. & Rakim",
    "artist_ids": [
        "925228de-bbe5-4c7b-b76f-78e382ec9148"
    ],
    "album": "Hip Hop and Rapping in the House",
    "release_id": "ceb118d9-8921-4482-abc5-68674a00bf19",
    "release_group_id": null,
    "labels": [
        "4th & Broadway"
    ],
    "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"
}