Information about plays

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

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

{
    "id": 424385,
    "uri": "https://api.kexp.org/v2/plays/424385/?format=api",
    "airdate": "2001-05-14T16:14:07-07:00",
    "show": 7118,
    "show_uri": "https://api.kexp.org/v2/shows/7118/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31ZSZMW8FHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31ZSZMW8FHL._SL75_.jpg",
    "song": "The Hands",
    "track_id": "c4e65d6d-87b5-4434-94ae-78db32ff33a0",
    "recording_id": null,
    "artist": "Joan of Arc",
    "artist_ids": [
        "0f2fea44-7e03-47f9-86e6-91d0a22fd0ee"
    ],
    "album": "A Portable Model Of",
    "release_id": "ac806193-4090-4e85-81e2-00abbb1f8c55",
    "release_group_id": null,
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "1997-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}