Information about plays

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

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

{
    "id": 370235,
    "uri": "https://api.kexp.org/v2/plays/370235/?format=api",
    "airdate": "2019-08-21T03:36:00-07:00",
    "show": 6170,
    "show_uri": "https://api.kexp.org/v2/shows/6170/?format=api",
    "image_uri": "http://coverartarchive.org/release/91006f6c-f2a6-40bc-ad77-18dd30b100a1/23505528223-250.jpg",
    "thumbnail_uri": "",
    "song": "Gemini Rising",
    "track_id": "e78cde66-eae1-47b1-ae26-6954de29d70c",
    "recording_id": null,
    "artist": "DJ Haram",
    "artist_ids": [
        "45f6d952-3bbf-4c98-bca5-1583bdaf6df5"
    ],
    "album": "Grace",
    "release_id": "91006f6c-f2a6-40bc-ad77-18dd30b100a1",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-05",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Haram is a producer and DJ who distinctively ties her New Jersey musical history with more recent involvement in the Philadelphia DIY noise scene, whilst paying homage to her Middle Eastern roots https://www.kexp.org/read/2019/7/18/midnight-perfect-world-dj-haram/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}