Information about plays

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

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

{
    "id": 456542,
    "uri": "https://api.kexp.org/v2/plays/456542/?format=api",
    "airdate": "2001-08-17T05:23:04-07:00",
    "show": 7729,
    "show_uri": "https://api.kexp.org/v2/shows/7729/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31TEB1NXBHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31TEB1NXBHL._SL75_.jpg",
    "song": "Pow! To the People",
    "track_id": "31c467e0-da24-4d37-8127-f84e2672afce",
    "recording_id": null,
    "artist": "The Make-Up",
    "artist_ids": [
        "26cad87d-5be0-467f-955f-b3ccecce007a"
    ],
    "album": "I Want Some",
    "release_id": "e68cc3c8-ea79-4657-85eb-8a52458d8d60",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "1999-03-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}