Information about plays

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

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

{
    "id": 343202,
    "uri": "https://api.kexp.org/v2/plays/343202/?format=api",
    "airdate": "2019-06-18T23:38:06-07:00",
    "show": 5722,
    "show_uri": "https://api.kexp.org/v2/shows/5722/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Happy Hour",
    "track_id": "07ab6ed0-0cb5-3472-b166-521f06e9b81a",
    "recording_id": null,
    "artist": "The Housemartins",
    "artist_ids": [
        "e7516564-6f1e-4adc-a245-e481d56c2d9b"
    ],
    "album": "London 0 Hull 4",
    "release_id": "1655ee0e-3ef9-3830-91e5-a051404f0777",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1987-03-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When the Housemartins broke up in 1988, bassist Norman Cook went on to become an electronic music DJ, now known as Fatboy Slim.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}