Information about plays

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

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

{
    "id": 1393970,
    "uri": "https://api.kexp.org/v2/plays/1393970/?format=api",
    "airdate": "2008-07-05T16:08:12-07:00",
    "show": 24326,
    "show_uri": "https://api.kexp.org/v2/shows/24326/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/613613BNRDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/613613BNRDL._SL75_.jpg",
    "song": "Us",
    "track_id": "bd891057-c6b1-4745-afc4-54ad8711624e",
    "recording_id": null,
    "artist": "Regina Spektor",
    "artist_ids": [
        "fbb375f9-48bb-4635-824e-4120273b3ba7"
    ],
    "album": "Soviet Kitsch",
    "release_id": "39af013c-fe41-413e-8909-066147967c57",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2004-08-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}