Information about plays

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

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

{
    "id": 494267,
    "uri": "https://api.kexp.org/v2/plays/494267/?format=api",
    "airdate": "2001-12-07T07:41:00-08:00",
    "show": 8474,
    "show_uri": "https://api.kexp.org/v2/shows/8474/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nwAqSfPIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nwAqSfPIL._SL75_.jpg",
    "song": "Ugly Sunday",
    "track_id": "deee59b0-8abb-4b48-83e7-a288d1299e9e",
    "recording_id": null,
    "artist": "Mark Lanegan",
    "artist_ids": [
        "a9126556-f555-4920-9617-6e013f8228a7"
    ],
    "album": "The Winding Sheet",
    "release_id": "723fa46a-628d-44c9-8e22-8fba5ba44c6c",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1990-05-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}