Information about plays

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

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

{
    "id": 445269,
    "uri": "https://api.kexp.org/v2/plays/445269/?format=api",
    "airdate": "2001-07-15T13:51:00-07:00",
    "show": 7518,
    "show_uri": "https://api.kexp.org/v2/shows/7518/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41V313V4DQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41V313V4DQL._SL75_.jpg",
    "song": "Just Because",
    "track_id": "3871a851-2808-4c4c-9c5d-857fd655fd8f",
    "recording_id": null,
    "artist": "The Shelton Brothers",
    "artist_ids": [
        "6ffc45c3-069a-4ece-b3f5-54c14d139d91"
    ],
    "album": "The King's Record Collection: The Original Versions of Songs Later Recorded by Elvis Presley, Volume 1",
    "release_id": "9f2d2801-ee79-420b-9466-5e0eb0c96e89",
    "release_group_id": null,
    "labels": [
        "Hip-O Records"
    ],
    "label_ids": [
        "71f53f0e-6286-4684-8bb8-33c027397852"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}