Information about plays

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

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

{
    "id": 1340152,
    "uri": "https://api.kexp.org/v2/plays/1340152/?format=api",
    "airdate": "2008-02-18T05:07:39-08:00",
    "show": 23416,
    "show_uri": "https://api.kexp.org/v2/shows/23416/?format=api",
    "image_uri": "https://images-na.ssl-images-amazon.com/images/I/51O2FgnkTIL.jpg",
    "thumbnail_uri": "https://images-na.ssl-images-amazon.com/images/I/51O2FgnkTIL._SL75_.jpg",
    "song": "Things Will Change",
    "track_id": "3a2a2cd3-72a0-4f58-8e48-75d56b0cad07",
    "recording_id": null,
    "artist": "FCS North",
    "artist_ids": [
        "d30b41b8-06a9-40ef-801c-d66267edb10e"
    ],
    "album": "Vocabulary",
    "release_id": "7e39dd41-8d58-4270-873a-a5aa979ee660",
    "release_group_id": null,
    "labels": [
        "Luckyhorse"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}