Information about plays

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

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

{
    "id": 510134,
    "uri": "https://api.kexp.org/v2/plays/510134/?format=api",
    "airdate": "2002-01-23T20:07:00-08:00",
    "show": 8787,
    "show_uri": "https://api.kexp.org/v2/shows/8787/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51S3zbgKqCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51S3zbgKqCL._SL75_.jpg",
    "song": "Broken Radio",
    "track_id": "8433a8df-9568-42ae-b31e-d0e8b8ec3a12",
    "recording_id": null,
    "artist": "Green on Red",
    "artist_ids": [
        "5af94151-9549-4259-97b0-16c348d82f91"
    ],
    "album": "Here Come the Snakes",
    "release_id": "878cf4c1-8c5c-442d-9b63-2dde71f887ed",
    "release_group_id": null,
    "labels": [
        "China Records"
    ],
    "label_ids": [
        "e6cefa22-1847-4b51-b371-079d1899aa79"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}