Information about plays

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

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

{
    "id": 456784,
    "uri": "https://api.kexp.org/v2/plays/456784/?format=api",
    "airdate": "2001-08-17T19:51:25-07:00",
    "show": 7733,
    "show_uri": "https://api.kexp.org/v2/shows/7733/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XRJsSfSDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XRJsSfSDL._SL75_.jpg",
    "song": "Bigelow 6-200",
    "track_id": "cf9b30a9-e038-4134-b8b0-afddcd6fefdf",
    "recording_id": null,
    "artist": "Brenda Lee",
    "artist_ids": [
        "6ca4886a-8f77-4133-b404-46fb3908e24a"
    ],
    "album": "Anthology, Volume 1: 1956-1961",
    "release_id": "4eed161a-fcc9-4b3d-8a96-3262ec543ee7",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2002-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}