Information about plays

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

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

{
    "id": 380423,
    "uri": "https://api.kexp.org/v2/plays/380423/?format=api",
    "airdate": "2019-09-13T14:03:19-07:00",
    "show": 6331,
    "show_uri": "https://api.kexp.org/v2/shows/6331/?format=api",
    "image_uri": "http://coverartarchive.org/release/b36ff6db-c6e5-4ccd-9d25-4ca18d433dc1/3837347175-250.jpg",
    "thumbnail_uri": "",
    "song": "Iamundernodisguise",
    "track_id": "7a05dcda-863d-3e63-b903-a2e46b0f2c80",
    "recording_id": null,
    "artist": "School of Seven Bells",
    "artist_ids": [
        "57843aed-c1c1-4f45-9859-478dd999bc18"
    ],
    "album": "Alpinisms",
    "release_id": "b36ff6db-c6e5-4ccd-9d25-4ca18d433dc1",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2008-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}