Information about plays

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

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

{
    "id": 1344684,
    "uri": "https://api.kexp.org/v2/plays/1344684/?format=api",
    "airdate": "2008-03-01T22:15:07-08:00",
    "show": 23499,
    "show_uri": "https://api.kexp.org/v2/shows/23499/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CES1PCDYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CES1PCDYL._SL75_.jpg",
    "song": "Too Political?",
    "track_id": "54bd3f6c-ed7a-4957-9916-859c2fd2f7f4",
    "recording_id": null,
    "artist": "Really Red",
    "artist_ids": [
        "6c45d3e3-0432-4b9b-8fc4-5b83dfe836e9"
    ],
    "album": "Teaching You the Fear",
    "release_id": "b3901ddb-4d93-4859-9cca-23a733d5e9cf",
    "release_group_id": null,
    "labels": [
        "Empty Records"
    ],
    "label_ids": [
        "268105e8-931e-42db-8f17-d2c0d0945a6e"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}