Information about plays

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

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

{
    "id": 1378456,
    "uri": "https://api.kexp.org/v2/plays/1378456/?format=api",
    "airdate": "2008-05-25T16:27:42-07:00",
    "show": 24058,
    "show_uri": "https://api.kexp.org/v2/shows/24058/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61sxiqZCASL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61sxiqZCASL._SL75_.jpg",
    "song": "Worries",
    "track_id": "a49208fa-c5b7-4aaa-b3b4-60f946311172",
    "recording_id": null,
    "artist": "Langhorne Slim",
    "artist_ids": [
        "0bc5259b-bf08-40ad-9f6a-20462f652e83"
    ],
    "album": "Langhorne Slim",
    "release_id": "88245e83-9bf5-4f84-ac20-4b01451daee8",
    "release_group_id": null,
    "labels": [
        "Kemado Records"
    ],
    "label_ids": [
        "f06d8dfc-c489-41e4-a68a-e24f6f9e8a70"
    ],
    "release_date": "2008-04-28",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}