Information about plays

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

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

{
    "id": 447833,
    "uri": "https://api.kexp.org/v2/plays/447833/?format=api",
    "airdate": "2001-07-23T04:17:08-07:00",
    "show": 7571,
    "show_uri": "https://api.kexp.org/v2/shows/7571/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41bdCTCAfsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41bdCTCAfsL._SL75_.jpg",
    "song": "Dein Schweiss",
    "track_id": "bd4ad4db-1f93-4d77-8bae-8a8be546f73a",
    "recording_id": null,
    "artist": "Sven Väth",
    "artist_ids": [
        "14008378-5900-4370-831e-3d17f9749caf"
    ],
    "album": "Contact",
    "release_id": "6c5183ca-7314-4220-b9aa-51701611fcad",
    "release_group_id": null,
    "labels": [
        "Ultra Records"
    ],
    "label_ids": [
        "6c690937-c6c3-4c4e-9d3e-c62efa989333"
    ],
    "release_date": "2000-04-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}