Information about plays

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

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

{
    "id": 1375209,
    "uri": "https://api.kexp.org/v2/plays/1375209/?format=api",
    "airdate": "2008-05-17T11:52:00-07:00",
    "show": 24002,
    "show_uri": "https://api.kexp.org/v2/shows/24002/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513JsJQYhBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513JsJQYhBL._SL75_.jpg",
    "song": "Hammer",
    "track_id": "00e7496e-ea2e-4e4e-95e1-6c205f9b23fc",
    "recording_id": null,
    "artist": "Rootz Underground",
    "artist_ids": [
        "5cc156eb-1022-468b-b159-0466101d6653"
    ],
    "album": "Movement",
    "release_id": "ec8f9c36-389b-48d8-b317-af3c359ccc4f",
    "release_group_id": null,
    "labels": [
        "Riverstone"
    ],
    "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"
}