Information about plays

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

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

{
    "id": 462302,
    "uri": "https://api.kexp.org/v2/plays/462302/?format=api",
    "airdate": "2001-09-03T04:15:00-07:00",
    "show": 7850,
    "show_uri": "https://api.kexp.org/v2/shows/7850/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51X9KRRFF7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51X9KRRFF7L._SL75_.jpg",
    "song": "Get Down",
    "track_id": "4f91faca-3b56-40d6-95d0-d9ae84580dc3",
    "recording_id": null,
    "artist": "Jungle Brothers",
    "artist_ids": [
        "ce3bc975-a76f-415b-a6cd-1e568c5714dd"
    ],
    "album": "V.I.P.",
    "release_id": "c650c5cb-ff5b-4f76-94d5-77654d9e37f3",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2000-01-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}