Information about plays

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

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

{
    "id": 1411690,
    "uri": "https://api.kexp.org/v2/plays/1411690/?format=api",
    "airdate": "2008-08-19T09:39:00-07:00",
    "show": 24627,
    "show_uri": "https://api.kexp.org/v2/shows/24627/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Z-SVF3O0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Z-SVF3O0L._SL75_.jpg",
    "song": "Something Is Not Right With Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Cold War Kids",
    "artist_ids": [
        "0741b30d-e15b-4a8c-b2e5-8834a03d6116"
    ],
    "album": "Loyalty to Loyalty",
    "release_id": "deec37a6-6891-46d7-86e3-45c12a6c555d",
    "release_group_id": null,
    "labels": [
        "Downtown Records"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2008-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}