Information about plays

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

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

{
    "id": 425374,
    "uri": "https://api.kexp.org/v2/plays/425374/?format=api",
    "airdate": "2001-05-17T13:04:17-07:00",
    "show": 7136,
    "show_uri": "https://api.kexp.org/v2/shows/7136/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51E4QrNEeYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51E4QrNEeYL._SL75_.jpg",
    "song": "Picking Up the Signal",
    "track_id": null,
    "recording_id": null,
    "artist": "Son Volt",
    "artist_ids": [
        "ecbd1331-95b6-4a77-b739-b4bd8ef222a7"
    ],
    "album": "Straightaways",
    "release_id": "55cfbe38-25f0-4ad3-8439-22deacf2c60f",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1997-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}