Information about plays

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

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

{
    "id": 2677160,
    "uri": "https://api.kexp.org/v2/plays/2677160/?format=api",
    "airdate": "2019-12-23T13:47:56-08:00",
    "show": 46210,
    "show_uri": "https://api.kexp.org/v2/shows/46210/?format=api",
    "image_uri": "https://coverartarchive.org/release/62325b72-0f4e-39b3-84a9-486bd85289d4/12517156578-250.jpg",
    "thumbnail_uri": "",
    "song": "Space Oddity",
    "track_id": "786cfabd-6d55-39b7-9b92-010394076446",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Space Oddity",
    "release_id": "62325b72-0f4e-39b3-84a9-486bd85289d4",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}