Information about plays

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

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

{
    "id": 370237,
    "uri": "https://api.kexp.org/v2/plays/370237/?format=api",
    "airdate": "2019-08-21T03:45:00-07:00",
    "show": 6170,
    "show_uri": "https://api.kexp.org/v2/shows/6170/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chasing The Light",
    "track_id": null,
    "recording_id": null,
    "artist": "Marie Davidson",
    "artist_ids": [
        "5e864744-89b6-4da8-b463-3ed601c22d8c"
    ],
    "album": "Chasing the Light",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to the Québecois producer the track was designed specifically for her Working Class Woman tour, and is “a fast and energizing musical journey that is meant to keep you moving from start to finish”. She also calls the track her “final effort regarding Club music”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}