Information about plays

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

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

{
    "id": 466910,
    "uri": "https://api.kexp.org/v2/plays/466910/?format=api",
    "airdate": "2001-09-17T01:09:13-07:00",
    "show": 7944,
    "show_uri": "https://api.kexp.org/v2/shows/7944/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31RKMN9AJ9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31RKMN9AJ9L._SL75_.jpg",
    "song": "Narcotic Influence 1",
    "track_id": "4b27b78a-334d-44f3-9237-fd5b539a915d",
    "recording_id": null,
    "artist": "Empirion",
    "artist_ids": [
        "7a4d069b-bbc9-4a1d-a0aa-1180694cf1a3"
    ],
    "album": "Advanced Technology",
    "release_id": "3dc499ed-1bb9-42e5-b54d-cd7fb4de2ccb",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "1996-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}