Information about plays

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

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

{
    "id": 349757,
    "uri": "https://api.kexp.org/v2/plays/349757/?format=api",
    "airdate": "2019-07-03T21:31:21-07:00",
    "show": 5826,
    "show_uri": "https://api.kexp.org/v2/shows/5826/?format=api",
    "image_uri": "http://coverartarchive.org/release/c58c5945-4994-303a-9b10-f1f269b3bd20/18073375217-250.jpg",
    "thumbnail_uri": "",
    "song": "It’s All Too Much",
    "track_id": "7d528b70-b722-3210-834b-c80b0966494e",
    "recording_id": null,
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Yellow Submarine",
    "release_id": "c58c5945-4994-303a-9b10-f1f269b3bd20",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}