Information about plays

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

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

{
    "id": 1340861,
    "uri": "https://api.kexp.org/v2/plays/1340861/?format=api",
    "airdate": "2008-02-19T22:27:02-08:00",
    "show": 23427,
    "show_uri": "https://api.kexp.org/v2/shows/23427/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BT9r8Ck7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BT9r8Ck7L._SL75_.jpg",
    "song": "Godlovesugly",
    "track_id": "076bd67d-5852-4b95-804d-e6e29f58eadb",
    "recording_id": null,
    "artist": "Atmosphere",
    "artist_ids": [
        "ef954679-5ee7-4016-acef-7ac71f2fa3d8"
    ],
    "album": "God Loves Ugly",
    "release_id": "a4dd0a2c-085e-4797-b8a1-d9fd7c19a2b4",
    "release_group_id": null,
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "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"
}