Information about plays

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

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

{
    "id": 1337288,
    "uri": "https://api.kexp.org/v2/plays/1337288/?format=api",
    "airdate": "2008-02-11T05:12:00-08:00",
    "show": 23370,
    "show_uri": "https://api.kexp.org/v2/shows/23370/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Not Going Out Like That",
    "track_id": "042e6a3c-c824-4140-ad5e-a60f78284f95",
    "recording_id": null,
    "artist": "Run‐D.M.C.",
    "artist_ids": [
        "5ecc3f72-20a6-47a0-8dc5-fb0b3dadeea0"
    ],
    "album": "Tougher Than Leather",
    "release_id": "56433894-e67d-481c-8e1b-d67d172c2f1a",
    "release_group_id": null,
    "labels": [
        "Profile Records"
    ],
    "label_ids": [
        "e832b688-546b-45e3-83e5-9f8db5dcde1d"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}