Information about plays

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

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

{
    "id": 365490,
    "uri": "https://api.kexp.org/v2/plays/365490/?format=api",
    "airdate": "2019-08-10T06:02:00-07:00",
    "show": 6090,
    "show_uri": "https://api.kexp.org/v2/shows/6090/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sophisticated Space",
    "track_id": "b5986ee4-5c9c-4957-a2ff-2581802b9691",
    "recording_id": null,
    "artist": "Sidney Gish",
    "artist_ids": [
        "9cfabb8c-24a3-498d-b383-bb5324cfe30f"
    ],
    "album": "No Dogs Allowed",
    "release_id": "6dc7e148-1108-4995-89b4-63d78b8c9f06",
    "release_group_id": null,
    "labels": [
        "Sidney Gish"
    ],
    "label_ids": [],
    "release_date": "2017-12-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}