Information about plays

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

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

{
    "id": 442634,
    "uri": "https://api.kexp.org/v2/plays/442634/?format=api",
    "airdate": "2001-07-07T16:24:42-07:00",
    "show": 7469,
    "show_uri": "https://api.kexp.org/v2/shows/7469/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21BBD4FV4AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21BBD4FV4AL._SL75_.jpg",
    "song": "Help, I'm a Rock",
    "track_id": "e86e1d31-6fbd-4bfd-ad8b-0b920e0f2c34",
    "recording_id": null,
    "artist": "Family of God",
    "artist_ids": [
        "2895562b-e995-4ec4-bf90-e52ea2612558"
    ],
    "album": "We Are the World",
    "release_id": "8b4013ff-998c-4cbf-b4ce-a4caa51eff90",
    "release_group_id": null,
    "labels": [
        "Sugar Free"
    ],
    "label_ids": [],
    "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"
}