Information about plays

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

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

{
    "id": 530118,
    "uri": "https://api.kexp.org/v2/plays/530118/?format=api",
    "airdate": "2002-03-22T20:00:00-08:00",
    "show": 9173,
    "show_uri": "https://api.kexp.org/v2/shows/9173/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bird Dog",
    "track_id": "ea8b4aa2-ca56-4f5d-9a81-1b7f78fee126",
    "recording_id": null,
    "artist": "Carl Perkins",
    "artist_ids": [
        "068bd7ab-c38e-4fae-8ed2-cb0c153ed68f"
    ],
    "album": "The Greatest Hits of Rock 'n' Roll",
    "release_id": "de03f2f6-afc7-4470-a23a-0a4b0bed408f",
    "release_group_id": null,
    "labels": [],
    "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"
}