Information about plays

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

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

{
    "id": 415550,
    "uri": "https://api.kexp.org/v2/plays/415550/?format=api",
    "airdate": "2001-04-17T03:16:40-07:00",
    "show": 6930,
    "show_uri": "https://api.kexp.org/v2/shows/6930/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jHz1818hL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jHz1818hL._SL75_.jpg",
    "song": "7PM Woke Up An Hour Ago (Featuring SpankRock)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Death Set",
    "artist_ids": [
        "7ec4f94d-bd26-408d-a81b-4df4cae674f2"
    ],
    "album": "Michel Poiccard",
    "release_id": "cf6a9c01-52ae-4d10-a7cd-1a8266b250cf",
    "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"
}