Information about plays

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

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

{
    "id": 462278,
    "uri": "https://api.kexp.org/v2/plays/462278/?format=api",
    "airdate": "2001-09-03T02: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/41HHJ-W8h3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HHJ-W8h3L._SL75_.jpg",
    "song": "Poison 1080",
    "track_id": "a5eb6549-95dd-492a-b0b9-54b64d4823d9",
    "recording_id": null,
    "artist": "Noise Addict",
    "artist_ids": [
        "6f51e8ac-da18-48ca-9b2e-14c006b225e6"
    ],
    "album": "Meet the Real You",
    "release_id": "716e2e30-d10b-4b95-b929-2789d0a1e150",
    "release_group_id": null,
    "labels": [
        "Grand Royal"
    ],
    "label_ids": [
        "9844e78d-d74a-4722-a28b-5f5ff840b6ad"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}