Information about plays

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

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

{
    "id": 530463,
    "uri": "https://api.kexp.org/v2/plays/530463/?format=api",
    "airdate": "2002-03-23T21:12:00-08:00",
    "show": 9182,
    "show_uri": "https://api.kexp.org/v2/shows/9182/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61SYlrl%2BptL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61SYlrl%2BptL._SL75_.jpg",
    "song": "Ain't Changin'",
    "track_id": "aec3dc23-b071-4ca7-920e-031b81c057ca",
    "recording_id": null,
    "artist": "Recloose",
    "artist_ids": [
        "51d2e0dc-6e8b-4833-a05c-c505a3161051"
    ],
    "album": "Cardiology",
    "release_id": "a8dea6f9-f40e-42bd-aeff-7191c320fdc4",
    "release_group_id": null,
    "labels": [
        "Planet E"
    ],
    "label_ids": [
        "a0fb31fd-1faa-42fd-9bbe-7da22b83a42e"
    ],
    "release_date": "2002-05-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}