Information about plays

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

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

{
    "id": 461696,
    "uri": "https://api.kexp.org/v2/plays/461696/?format=api",
    "airdate": "2001-09-01T02:09:13-07:00",
    "show": 7836,
    "show_uri": "https://api.kexp.org/v2/shows/7836/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61ozqjWLdAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61ozqjWLdAL._SL75_.jpg",
    "song": "Sweet So Till",
    "track_id": "e7ac8165-9169-44b3-8efa-ebb1abba5dbf",
    "recording_id": null,
    "artist": "The Gladiators",
    "artist_ids": [
        "563f1d7a-a566-4645-8d28-4696020347fb"
    ],
    "album": "Dreadlocks, the Time Is Now",
    "release_id": "2076a026-96e2-40db-b109-719e2e70ff19",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}