Information about plays

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

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

{
    "id": 422526,
    "uri": "https://api.kexp.org/v2/plays/422526/?format=api",
    "airdate": "2001-05-08T22:45:00-07:00",
    "show": 7081,
    "show_uri": "https://api.kexp.org/v2/shows/7081/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21QZMQ1ZR4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21QZMQ1ZR4L._SL75_.jpg",
    "song": "A Word of Advice",
    "track_id": null,
    "recording_id": null,
    "artist": "Th' Faith Healers",
    "artist_ids": [
        "d9c7e489-54c0-413b-b7a5-4af14a2fd305"
    ],
    "album": "Lido",
    "release_id": "2434d2cc-11f5-4e47-a3e2-241c9fd29995",
    "release_group_id": null,
    "labels": [
        "Too Pure"
    ],
    "label_ids": [
        "ae5ab1f6-8ce6-4af0-9268-442b9067f537"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}