Information about plays

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

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

{
    "id": 462431,
    "uri": "https://api.kexp.org/v2/plays/462431/?format=api",
    "airdate": "2001-09-03T13:00:00-07:00",
    "show": 7852,
    "show_uri": "https://api.kexp.org/v2/shows/7852/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/3185FHC2WQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/3185FHC2WQL._SL75_.jpg",
    "song": "There Is Power in a Union",
    "track_id": "f923e12f-1443-49a5-8d17-2ebf4bd7fd18",
    "recording_id": null,
    "artist": "Billy Bragg",
    "artist_ids": [
        "7cec4a03-0a83-4308-856a-afb8aa5db0fc"
    ],
    "album": "Help Save the Youth of America",
    "release_id": "34981977-8829-47fd-a05f-f6f97509a2fe",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}