Information about plays

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

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

{
    "id": 503033,
    "uri": "https://api.kexp.org/v2/plays/503033/?format=api",
    "airdate": "2002-01-02T18:50:00-08:00",
    "show": 8645,
    "show_uri": "https://api.kexp.org/v2/shows/8645/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nocD9SuHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nocD9SuHL._SL75_.jpg",
    "song": "Another Brand New Year",
    "track_id": "71430ac0-2434-404e-a9a3-a6685c4d7bb5",
    "recording_id": null,
    "artist": "The Bottle Rockets",
    "artist_ids": [
        "5af23567-e014-4ce9-90ff-06b8d3e8b887"
    ],
    "album": "Brand New Year",
    "release_id": "1a4efe09-d0ae-449c-8bc5-f92393e39f3d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1999-08-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}