Information about plays

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

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

{
    "id": 531027,
    "uri": "https://api.kexp.org/v2/plays/531027/?format=api",
    "airdate": "2002-03-25T16:12:31-08:00",
    "show": 9195,
    "show_uri": "https://api.kexp.org/v2/shows/9195/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51gIY3FFOKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51gIY3FFOKL._SL75_.jpg",
    "song": "Three Feet High Reefer",
    "track_id": "14afd71a-0b3b-41f6-b36b-549bfef8f860",
    "recording_id": null,
    "artist": "Kid Loco",
    "artist_ids": [
        "8027281d-79e4-4ddc-a8a7-6e6bf9254ad3"
    ],
    "album": "Kill Your Darlings",
    "release_id": "6ac3bb94-ece2-4bad-96b4-114bb99ad6b8",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}