Information about plays

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

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

{
    "id": 416303,
    "uri": "https://api.kexp.org/v2/plays/416303/?format=api",
    "airdate": "2001-04-19T07:11:15-07:00",
    "show": 6947,
    "show_uri": "https://api.kexp.org/v2/shows/6947/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HdQKV6-uL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HdQKV6-uL._SL75_.jpg",
    "song": "I'll Come Running",
    "track_id": "04e85da5-d094-4f16-8a89-1a4ab4221e68",
    "recording_id": null,
    "artist": "The Murder City Devils",
    "artist_ids": [
        "32705a3c-54cf-4e48-a3ab-2801157a09dc"
    ],
    "album": "In Name and Blood",
    "release_id": "ee70adc5-ad51-4974-b272-bf6282719875",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2000-06-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}