Information about plays

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

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

{
    "id": 424334,
    "uri": "https://api.kexp.org/v2/plays/424334/?format=api",
    "airdate": "2001-05-14T12:47:08-07:00",
    "show": 7117,
    "show_uri": "https://api.kexp.org/v2/shows/7117/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qDLBsYF-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qDLBsYF-L._SL75_.jpg",
    "song": "Come On",
    "track_id": "49ecde8f-0458-40bf-aa9f-5d104c8a2ca2",
    "recording_id": null,
    "artist": "The Ballistic Brothers",
    "artist_ids": [
        "83e5d4c7-0e5e-4084-8ca0-f8f93d7469ce"
    ],
    "album": "London Hooligan Soul",
    "release_id": "c0511912-69a4-45dd-8db5-12c4679bd574",
    "release_group_id": null,
    "labels": [
        "Junior Recordings"
    ],
    "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"
}