Information about plays

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

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

{
    "id": 443162,
    "uri": "https://api.kexp.org/v2/plays/443162/?format=api",
    "airdate": "2001-07-09T09:56:15-07:00",
    "show": 7481,
    "show_uri": "https://api.kexp.org/v2/shows/7481/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4163NQBRS2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4163NQBRS2L._SL75_.jpg",
    "song": "Two Worlds Collide",
    "track_id": "a612adc3-1fee-4879-9122-f12a8a0699e0",
    "recording_id": null,
    "artist": "Inspiral Carpets",
    "artist_ids": [
        "03c2e506-e8bb-4bd6-9693-5aa97c8eea1c"
    ],
    "album": "Revenge of the Goldfish",
    "release_id": "11e93b85-3567-4aab-af9a-c06354f4a02d",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "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"
}