Information about plays

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

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

{
    "id": 1256418,
    "uri": "https://api.kexp.org/v2/plays/1256418/?format=api",
    "airdate": "2007-07-19T04:29:52-07:00",
    "show": 22003,
    "show_uri": "https://api.kexp.org/v2/shows/22003/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61-gzqS3jGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61-gzqS3jGL._SL75_.jpg",
    "song": "Definition",
    "track_id": null,
    "recording_id": null,
    "artist": "Black Star",
    "artist_ids": [
        "02708fd6-0fe6-4738-a27d-0561ace8b4c6"
    ],
    "album": "Mos Def & Talib Kweli Are Black Star",
    "release_id": "8d2645c7-8576-47ee-8827-80a887646fd8",
    "release_group_id": null,
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "1998-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}