Information about plays

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

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

{
    "id": 437949,
    "uri": "https://api.kexp.org/v2/plays/437949/?format=api",
    "airdate": "2001-06-24T02:40:00-07:00",
    "show": 7378,
    "show_uri": "https://api.kexp.org/v2/shows/7378/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thump",
    "track_id": "9016777d-db9c-4480-afdd-8b49a6e117c5",
    "recording_id": null,
    "artist": "Coil",
    "artist_ids": [
        "c16fbb7e-57b1-462c-97c5-bd0e11248765"
    ],
    "album": "Gold Is the Metal (With the Broadest Shoulders)",
    "release_id": "bef29e05-0dfe-4010-ae42-5a9381524a05",
    "release_group_id": null,
    "labels": [
        "Threshold House"
    ],
    "label_ids": [
        "b27c589e-c740-422a-ad60-328fbe10a21a"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}