Information about plays

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

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

{
    "id": 418161,
    "uri": "https://api.kexp.org/v2/plays/418161/?format=api",
    "airdate": "2001-04-25T16:07:30-07:00",
    "show": 6986,
    "show_uri": "https://api.kexp.org/v2/shows/6986/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JYQQ87DTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JYQQ87DTL._SL75_.jpg",
    "song": "Monster Truck",
    "track_id": "4d5674f1-86b4-4eaf-853d-b6162d4402dc",
    "recording_id": null,
    "artist": "Plastilina Mosh",
    "artist_ids": [
        "9ff60a50-6288-4b46-8b69-75877450d282"
    ],
    "album": "Aquamosh",
    "release_id": "5fab6cea-ff98-4e0f-8d35-edf918edd92f",
    "release_group_id": null,
    "labels": [
        "EMI Music Mexico"
    ],
    "label_ids": [
        "f3bf0d8a-49ee-46c4-8306-0a00ea703a0d"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}