Information about plays

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

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

{
    "id": 531844,
    "uri": "https://api.kexp.org/v2/plays/531844/?format=api",
    "airdate": "2002-03-27T18:53:00-08:00",
    "show": 9208,
    "show_uri": "https://api.kexp.org/v2/shows/9208/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BkYdLMGmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BkYdLMGmL._SL75_.jpg",
    "song": "Baby Don't You Tear My Clothes",
    "track_id": "1363ce3e-ed10-41b8-8c4f-109ce941b35c",
    "recording_id": null,
    "artist": "Little Richard",
    "artist_ids": [
        "95c2339b-8277-49a6-9aaf-08d8eeeaa0be"
    ],
    "album": "The Story of Brunswick (disc 1)",
    "release_id": "ca89cefe-ad2d-4950-bd04-6cecc8920efc",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2002-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}