Information about plays

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

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

{
    "id": 455727,
    "uri": "https://api.kexp.org/v2/plays/455727/?format=api",
    "airdate": "2001-08-14T23:53:41-07:00",
    "show": 7716,
    "show_uri": "https://api.kexp.org/v2/shows/7716/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Someday",
    "track_id": "836bc7d6-a19b-4a57-9e6b-2b82eb4cbca1",
    "recording_id": null,
    "artist": "Shawn Smith",
    "artist_ids": [
        "e3a5e014-fd72-40c2-9b00-7c70f382c431"
    ],
    "album": "Let It All Begin",
    "release_id": "85a00932-e135-4da5-b8e0-4bd54ca4e5b2",
    "release_group_id": null,
    "labels": [
        "181 Music"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}