Information about plays

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

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

{
    "id": 446082,
    "uri": "https://api.kexp.org/v2/plays/446082/?format=api",
    "airdate": "2001-07-17T22:20:00-07:00",
    "show": 7535,
    "show_uri": "https://api.kexp.org/v2/shows/7535/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ONhLeCQWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ONhLeCQWL._SL75_.jpg",
    "song": "Lovely Arrhythmia",
    "track_id": "ce5cd65b-02be-4e6e-9b88-226803b02c4c",
    "recording_id": null,
    "artist": "Walt Mink",
    "artist_ids": [
        "76d721ac-3eff-4b6d-8a2e-f2dacd2209a3"
    ],
    "album": "Colossus",
    "release_id": "071afd95-3bf5-4347-96f8-f955927e3b32",
    "release_group_id": null,
    "labels": [
        "Deep Elm Records"
    ],
    "label_ids": [
        "4475756f-5612-442d-81ee-a31a79900df7"
    ],
    "release_date": "1997-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}