Information about plays

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

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

{
    "id": 417224,
    "uri": "https://api.kexp.org/v2/plays/417224/?format=api",
    "airdate": "2001-04-22T18:32:18-07:00",
    "show": 6965,
    "show_uri": "https://api.kexp.org/v2/shows/6965/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/219J8SZDG5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/219J8SZDG5L._SL75_.jpg",
    "song": "I Ain't No Joke",
    "track_id": "ab95d633-9dbd-42c0-8c5a-a124e2a4d61f",
    "recording_id": null,
    "artist": "Eric B.",
    "artist_ids": [
        "e38ae17c-22f1-4e60-bfc5-8c98bad32473"
    ],
    "album": "Hip Hop With R&B Flava",
    "release_id": "b2ddcf00-cb33-40ec-bfb4-15559f81f33e",
    "release_group_id": null,
    "labels": [
        "4th & Broadway"
    ],
    "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"
}