Information about plays

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

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

{
    "id": 1382737,
    "uri": "https://api.kexp.org/v2/plays/1382737/?format=api",
    "airdate": "2008-06-07T09:13:00-07:00",
    "show": 24140,
    "show_uri": "https://api.kexp.org/v2/shows/24140/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417FTFVX60L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417FTFVX60L._SL75_.jpg",
    "song": "Assemble Not Thyself",
    "track_id": null,
    "recording_id": null,
    "artist": "The Terrors",
    "artist_ids": [
        "e5d4561c-aa99-4c52-b13e-8bc60b3dfd77"
    ],
    "album": "Children of Jah 1977 -1979",
    "release_id": "46b7b0b3-cbb7-4d2f-93a2-7472de400928",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}