Information about plays

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

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

{
    "id": 506099,
    "uri": "https://api.kexp.org/v2/plays/506099/?format=api",
    "airdate": "2002-01-11T18:00:00-08:00",
    "show": 8704,
    "show_uri": "https://api.kexp.org/v2/shows/8704/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/612UlCZPv5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/612UlCZPv5L._SL75_.jpg",
    "song": "Steel Guitar Rag",
    "track_id": "d974fcff-22e8-48ff-84d3-60151fecf810",
    "recording_id": null,
    "artist": "Roy Smeck",
    "artist_ids": [
        "46b96cc2-b8a2-4bcb-b8b3-a81265c1acc4"
    ],
    "album": "Roy Smeck Plays Hawaiian Guitar, Banjo, Ukulele and Guitar",
    "release_id": "dd20c2a7-6c14-4c5e-8f9e-fec8699e6c63",
    "release_group_id": null,
    "labels": [],
    "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"
}