Information about plays

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

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

{
    "id": 2681524,
    "uri": "https://api.kexp.org/v2/plays/2681524/?format=api",
    "airdate": "2020-01-03T06:16:50-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "https://coverartarchive.org/release/0d33ef7a-1f5d-4365-b807-b412271b99c3/3778673680-250.jpg",
    "thumbnail_uri": "",
    "song": "Teardrop",
    "track_id": "3c3a58d0-4053-3618-aba5-bf896bc84869",
    "recording_id": null,
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Mezzanine",
    "release_id": "0d33ef7a-1f5d-4365-b807-b412271b99c3",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1998-05-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Andrew Vowles, the primary songwriter for Massive Attack, originally wanted Madonna to record the vocals. Madonna loved the track and was up for it, but the other two members of the band wanted Scottish singer Elizabeth Fraser of the Cocteau Twins. Being a democratic bunch, Massive Attack turned down a willing Madonna and went with Fraser.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}