Information about plays

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

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

{
    "id": 532440,
    "uri": "https://api.kexp.org/v2/plays/532440/?format=api",
    "airdate": "2002-03-29T05:07:28-08:00",
    "show": 9216,
    "show_uri": "https://api.kexp.org/v2/shows/9216/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/318NFY5XM5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/318NFY5XM5L._SL75_.jpg",
    "song": "Anyone",
    "track_id": "5d2e2403-5e9e-4a0b-9248-fae438941ef1",
    "recording_id": null,
    "artist": "Sarah Shannon",
    "artist_ids": [
        "d78362bc-92e9-4a88-8c09-14d5cb080969"
    ],
    "album": "Sarah Shannon",
    "release_id": "dc3b86a4-241d-4b74-9382-5116d33a7ef3",
    "release_group_id": null,
    "labels": [
        "Casa"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}