Information about plays

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

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

{
    "id": 448825,
    "uri": "https://api.kexp.org/v2/plays/448825/?format=api",
    "airdate": "2001-07-25T20:51:25-07:00",
    "show": 7587,
    "show_uri": "https://api.kexp.org/v2/shows/7587/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NLDbeG1BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NLDbeG1BL._SL75_.jpg",
    "song": "Lost",
    "track_id": "b28818e7-332b-4a96-be16-7daa1a2f8100",
    "recording_id": null,
    "artist": "Meat Puppets",
    "artist_ids": [
        "3df040ee-2b8b-446b-937a-3f86f4b2cabf"
    ],
    "album": "Meat Puppets II",
    "release_id": "89b22584-7446-4516-9ccf-26fe5d86cecd",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}