Information about plays

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

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

{
    "id": 417462,
    "uri": "https://api.kexp.org/v2/plays/417462/?format=api",
    "airdate": "2001-04-23T15:28:00-07:00",
    "show": 6972,
    "show_uri": "https://api.kexp.org/v2/shows/6972/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61cMUrXTYCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61cMUrXTYCL._SL75_.jpg",
    "song": "Artists Only",
    "track_id": "a54d5e88-d97c-40ef-89ce-c4924cef66d9",
    "recording_id": null,
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "More Songs About Buildings and Food",
    "release_id": "66c399b8-e67f-4031-82d5-fec6251fc6b0",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}