Information about plays

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

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

{
    "id": 478164,
    "uri": "https://api.kexp.org/v2/plays/478164/?format=api",
    "airdate": "2001-10-19T19:37:08-07:00",
    "show": 8154,
    "show_uri": "https://api.kexp.org/v2/shows/8154/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain't I'm a Dog",
    "track_id": "83b5e12a-a51f-4813-9d46-694074f1731b",
    "recording_id": null,
    "artist": "Ronnie Self",
    "artist_ids": [
        "690664cd-dd2d-4eb9-a7e8-3c37e8a2c9dc"
    ],
    "album": "The Lost 45s: 1950's",
    "release_id": "cd0775ef-c0c9-486a-b5d9-35dce8fcf48d",
    "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"
}