Information about plays

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

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

{
    "id": 1367497,
    "uri": "https://api.kexp.org/v2/plays/1367497/?format=api",
    "airdate": "2008-04-28T04:41:52-07:00",
    "show": 23877,
    "show_uri": "https://api.kexp.org/v2/shows/23877/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41IFU3kjeZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41IFU3kjeZL._SL75_.jpg",
    "song": "New Years Resolution",
    "track_id": "6ad26308-42a5-45ea-ab28-0cfc6746205f",
    "recording_id": null,
    "artist": "Cloak & Dagger",
    "artist_ids": [
        "60733b23-c3d3-4aaa-9322-3502b7d99640"
    ],
    "album": "We Are",
    "release_id": "8d4ad6c7-b95d-49e8-acf5-7cdb70f22cc9",
    "release_group_id": null,
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "2007-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}