Information about plays

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

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

{
    "id": 422652,
    "uri": "https://api.kexp.org/v2/plays/422652/?format=api",
    "airdate": "2001-05-09T07:11:15-07:00",
    "show": 7083,
    "show_uri": "https://api.kexp.org/v2/shows/7083/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JxYYM8oNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JxYYM8oNL._SL75_.jpg",
    "song": "Champagne & Misery",
    "track_id": "da3777e3-0fa1-4590-ab55-5f9c5e11c353",
    "recording_id": null,
    "artist": "The Clean",
    "artist_ids": [
        "d10c7c90-54b1-4855-a9f5-1099a8dd7f54"
    ],
    "album": "Unknown Country",
    "release_id": "139cc77a-d4ae-4836-a96d-459be1bccc4d",
    "release_group_id": null,
    "labels": [
        "Flying Nun Records"
    ],
    "label_ids": [
        "59fd412e-71df-45b7-97be-37874136fe33"
    ],
    "release_date": "1996-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}