Information about plays

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

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

{
    "id": 1337792,
    "uri": "https://api.kexp.org/v2/plays/1337792/?format=api",
    "airdate": "2008-02-12T11:43:28-08:00",
    "show": 23378,
    "show_uri": "https://api.kexp.org/v2/shows/23378/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61l9SAYkJWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61l9SAYkJWL._SL75_.jpg",
    "song": "Make Up",
    "track_id": "aba3c721-b706-498a-9467-e1e671ca2499",
    "recording_id": null,
    "artist": "The Heavenly States",
    "artist_ids": [
        "7190ab1d-14f2-4e9f-86cb-e938c651179c"
    ],
    "album": "Delayer",
    "release_id": "1f0e7997-af6f-4919-8bad-7259bcddeec6",
    "release_group_id": null,
    "labels": [
        "The Rebel Group"
    ],
    "label_ids": [
        "c708c97a-106b-4add-8983-0505b4a4a3ff"
    ],
    "release_date": "2008-02-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}