Information about plays

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

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

{
    "id": 491238,
    "uri": "https://api.kexp.org/v2/plays/491238/?format=api",
    "airdate": "2001-11-28T14:00:00-08:00",
    "show": 8418,
    "show_uri": "https://api.kexp.org/v2/shows/8418/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51gunKEu4wL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51gunKEu4wL._SL75_.jpg",
    "song": "Take It Easy on Me",
    "track_id": "4ee21a25-c6d8-4024-8486-0e7a556c7d50",
    "recording_id": null,
    "artist": "A House",
    "artist_ids": [
        "c2f465fc-1f81-4d21-a1fc-0bf2d276de1c"
    ],
    "album": "I Am the Greatest",
    "release_id": "493e1405-3291-47c4-b5c9-e86be04baaf8",
    "release_group_id": null,
    "labels": [
        "Radioactive"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}