Information about plays

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

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

{
    "id": 1338422,
    "uri": "https://api.kexp.org/v2/plays/1338422/?format=api",
    "airdate": "2008-02-13T23:13:00-08:00",
    "show": 23387,
    "show_uri": "https://api.kexp.org/v2/shows/23387/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31HI8Br1oEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31HI8Br1oEL._SL75_.jpg",
    "song": "How Did the Actor Laugh?",
    "track_id": "dec0bc3a-7561-41a8-9133-be6f3b3d8cee",
    "recording_id": null,
    "artist": "Cryptacize",
    "artist_ids": [
        "a5fd336b-cd43-43f1-9bae-61042d73132e"
    ],
    "album": "Dig That Treasure",
    "release_id": "7d5cc39a-7413-4454-9001-6ba9ccbae0e0",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}