Information about plays

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

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

{
    "id": 476415,
    "uri": "https://api.kexp.org/v2/plays/476415/?format=api",
    "airdate": "2001-10-15T00:50:46-07:00",
    "show": 8126,
    "show_uri": "https://api.kexp.org/v2/shows/8126/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ursula Fährt Ski",
    "track_id": "b62693b0-f628-41be-ad54-b945eb489962",
    "recording_id": null,
    "artist": "People Like Us",
    "artist_ids": [
        "b4c98e60-d070-40b6-a2de-d8c809539a01"
    ],
    "album": "Hate People Like You",
    "release_id": "a4dcc4e8-d66d-4dd9-ab4a-333024c6c350",
    "release_group_id": null,
    "labels": [
        "Yokomono"
    ],
    "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"
}