Information about plays

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

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

{
    "id": 509449,
    "uri": "https://api.kexp.org/v2/plays/509449/?format=api",
    "airdate": "2002-01-21T21:10:00-08:00",
    "show": 8776,
    "show_uri": "https://api.kexp.org/v2/shows/8776/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519BrLaX%2BcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519BrLaX%2BcL._SL75_.jpg",
    "song": "Learning the Game",
    "track_id": "8f25d8d7-7b26-44ec-a8bc-52260fc01c62",
    "recording_id": null,
    "artist": "Leo Kottke",
    "artist_ids": [
        "1a21878d-05b1-4983-a059-7cf3abee04b7"
    ],
    "album": "The Leo Kottke Anthology (disc 2)",
    "release_id": "67383609-4686-4ea4-a7f6-cdc4517bf5d1",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "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"
}