Information about plays

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

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

{
    "id": 1379649,
    "uri": "https://api.kexp.org/v2/plays/1379649/?format=api",
    "airdate": "2008-05-28T17:21:44-07:00",
    "show": 24077,
    "show_uri": "https://api.kexp.org/v2/shows/24077/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51fT6iNmGiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51fT6iNmGiL._SL75_.jpg",
    "song": "Bassment Party",
    "track_id": "6b70939e-0d8e-469c-9841-21bbf10881b4",
    "recording_id": null,
    "artist": "The Cool Kids",
    "artist_ids": [
        "fca8cdfa-120d-49ec-b1da-0ff8aa90c3ab"
    ],
    "album": "The Bake Sale",
    "release_id": "f7edbae7-51b8-4e72-ba84-4a284b4f6e52",
    "release_group_id": null,
    "labels": [
        "Chocolate Industries"
    ],
    "label_ids": [
        "32d6cf72-2ac8-4d6b-ac96-43656e932c67"
    ],
    "release_date": "2008-06-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}