Information about plays

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

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

{
    "id": 1342177,
    "uri": "https://api.kexp.org/v2/plays/1342177/?format=api",
    "airdate": "2008-02-23T02:27:38-08:00",
    "show": 23446,
    "show_uri": "https://api.kexp.org/v2/shows/23446/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ihesNsABL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ihesNsABL._SL75_.jpg",
    "song": "Cordova",
    "track_id": "a7e2da3e-0ff4-4ddc-9234-5c119df1a5ed",
    "recording_id": null,
    "artist": "De Facto",
    "artist_ids": [
        "2c31bf0d-86b2-47f1-9dd6-4f7d9593159b"
    ],
    "album": "¡Megaton Shotblast!",
    "release_id": "097614b9-9caa-4ca6-8964-a6d0340e6c89",
    "release_group_id": null,
    "labels": [
        "Gold Standard Laboratories"
    ],
    "label_ids": [
        "6b840146-af37-4a22-ad66-eafd43e3414a"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}