Information about plays

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

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

{
    "id": 1224229,
    "uri": "https://api.kexp.org/v2/plays/1224229/?format=api",
    "airdate": "2007-04-27T01:42:00-07:00",
    "show": 21451,
    "show_uri": "https://api.kexp.org/v2/shows/21451/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dmurzmJjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dmurzmJjL._SL75_.jpg",
    "song": "Simple Man",
    "track_id": "3790b164-81c1-4b8c-8c99-312b2c0d774e",
    "recording_id": null,
    "artist": "Klaus Nomi",
    "artist_ids": [
        "80d7d849-181d-4de4-b154-77318efc0648"
    ],
    "album": "Encore!",
    "release_id": "faaae70c-f172-4d3a-b088-15648d3c11ba",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}