Information about plays

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

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

{
    "id": 507348,
    "uri": "https://api.kexp.org/v2/plays/507348/?format=api",
    "airdate": "2002-01-15T16:32:00-08:00",
    "show": 8732,
    "show_uri": "https://api.kexp.org/v2/shows/8732/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41V39CT6BTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41V39CT6BTL._SL75_.jpg",
    "song": "The Book I Haven't Read",
    "track_id": "49096ad2-9171-4a0f-988d-4deb3259b178",
    "recording_id": null,
    "artist": "Lambchop",
    "artist_ids": [
        "f75150f0-d80d-4c34-903b-6acfb47b63ee"
    ],
    "album": "Nixon",
    "release_id": "058e013c-9cee-4e2d-a3a7-2c643b0aef37",
    "release_group_id": null,
    "labels": [
        "Merge"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}