Information about plays

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

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

{
    "id": 1195701,
    "uri": "https://api.kexp.org/v2/plays/1195701/?format=api",
    "airdate": "2007-02-11T18:43:00-08:00",
    "show": 20961,
    "show_uri": "https://api.kexp.org/v2/shows/20961/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61hLnJpCacL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61hLnJpCacL._SL75_.jpg",
    "song": "Block Royal",
    "track_id": "bca6bfa2-7557-46e8-8ff4-b211e32e6d65",
    "recording_id": null,
    "artist": "Joell Ortiz",
    "artist_ids": [
        "ab791743-29b5-4888-a9ea-9b3ded2211f1"
    ],
    "album": "The Brick: Bodega Chronicles",
    "release_id": "1a9de124-6607-4bc1-8b28-d89961b21aa5",
    "release_group_id": null,
    "labels": [
        "Koch Records"
    ],
    "label_ids": [
        "b85f0764-3335-4109-b15e-ac294fe305b9"
    ],
    "release_date": "2007-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}