Information about plays

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

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

{
    "id": 533087,
    "uri": "https://api.kexp.org/v2/plays/533087/?format=api",
    "airdate": "2002-03-31T03:46:50-08:00",
    "show": 9232,
    "show_uri": "https://api.kexp.org/v2/shows/9232/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21KPQ54GQ5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21KPQ54GQ5L._SL75_.jpg",
    "song": "I Guess I'm Just In Love",
    "track_id": "55f22a07-6fe1-434f-9dee-9e8fc169275c",
    "recording_id": null,
    "artist": "The Horton Brothers",
    "artist_ids": [
        "0025cc30-070b-4458-ad8a-739bd0177d26"
    ],
    "album": "Heave Ho",
    "release_id": "f836e429-8c5e-4879-9883-126053c11f10",
    "release_group_id": null,
    "labels": [
        "Texas Jamoree"
    ],
    "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"
}