Information about plays

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

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

{
    "id": 370251,
    "uri": "https://api.kexp.org/v2/plays/370251/?format=api",
    "airdate": "2019-08-21T04:35:00-07:00",
    "show": 6170,
    "show_uri": "https://api.kexp.org/v2/shows/6170/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Devastate Me",
    "track_id": "1fcce81e-eb8e-41b5-bffa-402e03e52755",
    "recording_id": null,
    "artist": "She Makes War",
    "artist_ids": [
        "028f5973-0587-46ae-abf0-937dc1d99242"
    ],
    "album": "Brace For Impact",
    "release_id": "d30867ac-7f9c-4ae8-b69d-953a901944b1",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "She Makes War is the solo project of Bristol based multi-instrumentalist producer and visual artist Laura Kidd. https://shemakeswar.bandcamp.com/track/devastate-me",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}