Information about plays

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

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

{
    "id": 427133,
    "uri": "https://api.kexp.org/v2/plays/427133/?format=api",
    "airdate": "2001-05-23T05:21:25-07:00",
    "show": 7173,
    "show_uri": "https://api.kexp.org/v2/shows/7173/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Gi4G2bYYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Gi4G2bYYL._SL75_.jpg",
    "song": "Dawn of the Dreads",
    "track_id": "a5d18830-111b-428b-a864-8afc56e93c07",
    "recording_id": null,
    "artist": "Arrested Development",
    "artist_ids": [
        "d8b15d32-609e-44a6-bff1-65c4df53a9f1"
    ],
    "album": "3 Years, 5 Months & 2 Days in the Life of...",
    "release_id": "4b806d8d-95db-432d-a1bf-f180a92d6e99",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1992-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}