Information about plays

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

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

{
    "id": 380149,
    "uri": "https://api.kexp.org/v2/plays/380149/?format=api",
    "airdate": "2019-09-12T21:21:00-07:00",
    "show": 6326,
    "show_uri": "https://api.kexp.org/v2/shows/6326/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coming in From the Cold",
    "track_id": "48f491a4-8c04-3396-844c-ec4189fa5a17",
    "recording_id": null,
    "artist": "Bob Marley",
    "artist_ids": [
        "ed2ac1e9-d51d-4eff-a2c2-85e81abd6360"
    ],
    "album": "Uprising",
    "release_id": "1688283b-155d-4021-9e1b-7a35c01b4751",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [],
    "release_date": "1980-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Uprising was the last album by Bob Marley to be released in his lifetime. The day it reached the shops on June 1st in 1980, Marley and the Wailers opened for Fleetwood Mac at the 69,000 capacity Reitstadion in Munich.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}