Information about plays

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

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

{
    "id": 1341351,
    "uri": "https://api.kexp.org/v2/plays/1341351/?format=api",
    "airdate": "2008-02-21T01:56:10-08:00",
    "show": 23434,
    "show_uri": "https://api.kexp.org/v2/shows/23434/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511Z18tKT7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511Z18tKT7L._SL75_.jpg",
    "song": "Long Time Coming",
    "track_id": null,
    "recording_id": null,
    "artist": "Leela James",
    "artist_ids": [
        "86a4c4dd-653e-47e4-95fc-485ded6de9da"
    ],
    "album": "A Change Is Gonna Come",
    "release_id": "3a2393cc-81f1-48ef-a869-d1d42225ccec",
    "release_group_id": null,
    "labels": [
        "Warner+Bros."
    ],
    "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"
}