Information about plays

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

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

{
    "id": 422072,
    "uri": "https://api.kexp.org/v2/plays/422072/?format=api",
    "airdate": "2001-05-07T15:12:00-07:00",
    "show": 7072,
    "show_uri": "https://api.kexp.org/v2/shows/7072/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61eLsjH%2B6EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61eLsjH%2B6EL._SL75_.jpg",
    "song": "Blues for Brazil",
    "track_id": "0cc1b5a2-877a-478e-9c9e-1cb347ad6d16",
    "recording_id": null,
    "artist": "Roy Rogers",
    "artist_ids": [
        "466d6ede-e12f-453e-ba84-3b850522f999"
    ],
    "album": "Rhythm & Groove",
    "release_id": "665ca607-c7c2-4360-900a-9de95f157014",
    "release_group_id": null,
    "labels": [
        "Pointblank"
    ],
    "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"
}