Information about plays

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

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

{
    "id": 379590,
    "uri": "https://api.kexp.org/v2/plays/379590/?format=api",
    "airdate": "2019-09-11T14:50:00-07:00",
    "show": 6319,
    "show_uri": "https://api.kexp.org/v2/shows/6319/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sight of You",
    "track_id": "6f3b881b-5d63-3f23-9489-0a2222368a9f",
    "recording_id": null,
    "artist": "Pale Saints",
    "artist_ids": [
        "1584532a-62ed-4cbe-ad95-6def0af7df35"
    ],
    "album": "The Comforts of Madness",
    "release_id": "7ca0a939-eaac-3306-a9ff-ee8dc04720c4",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [],
    "release_date": "1990-02-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "British alternative rock/shoegazing band formed in 1987. Read more about them here: https://bit.ly/2kcTN82",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}