Information about plays

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

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

{
    "id": 371586,
    "uri": "https://api.kexp.org/v2/plays/371586/?format=api",
    "airdate": "2019-08-24T02:37:11-07:00",
    "show": 6188,
    "show_uri": "https://api.kexp.org/v2/shows/6188/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coolie (feat. Delhi Sultanate & Prabh Deep)",
    "track_id": null,
    "recording_id": null,
    "artist": "Sarathy Korwar",
    "artist_ids": [],
    "album": "More Arriving",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "The Leaf Label"
    ],
    "label_ids": [
        "b5cf3344-a675-4706-a2b2-80cb58934468"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Recorded over two and a half years in India and the UK, More Arriving draws on the nascent rap scenes of Mumbai and New Delhi, incorporating spoken word and Korwar’s own Indian classical and jazz instrumentation\" - https://sarathykorwar.bandcamp.com/album/more-arriving",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}