Information about plays

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

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

{
    "id": 511003,
    "uri": "https://api.kexp.org/v2/plays/511003/?format=api",
    "airdate": "2002-01-26T05:27:00-08:00",
    "show": 8801,
    "show_uri": "https://api.kexp.org/v2/shows/8801/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ydYGWVf4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ydYGWVf4L._SL75_.jpg",
    "song": "Musica en vérité",
    "track_id": "a94b1035-acb3-4ccb-8924-e6122862573b",
    "recording_id": null,
    "artist": "Africando",
    "artist_ids": [
        "5cdff2f4-7220-492f-b443-11d8ab8f20ea"
    ],
    "album": "Gombo Salsa",
    "release_id": "c0010ffb-b978-437a-b303-c34eb4419c59",
    "release_group_id": null,
    "labels": [
        "Stern's"
    ],
    "label_ids": [],
    "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"
}