Information about plays

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

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

{
    "id": 506296,
    "uri": "https://api.kexp.org/v2/plays/506296/?format=api",
    "airdate": "2002-01-12T11:54:00-08:00",
    "show": 8708,
    "show_uri": "https://api.kexp.org/v2/shows/8708/?format=api",
    "image_uri": "https://images-na.ssl-images-amazon.com/images/I/51pufUCn--L.jpg",
    "thumbnail_uri": "https://images-na.ssl-images-amazon.com/images/I/51pufUCn--L._SL75_.jpg",
    "song": "Mr. Chatterbox",
    "track_id": "a9f2ce4a-d7bd-4564-9243-cb6bda1588b1",
    "recording_id": null,
    "artist": "Bob Marley",
    "artist_ids": [
        "ed2ac1e9-d51d-4eff-a2c2-85e81abd6360"
    ],
    "album": "Trench Town Rock",
    "release_id": "32f11625-8353-4229-afbb-a3e76a4e19b0",
    "release_group_id": null,
    "labels": [
        "Jumbo Jet (Kenya)"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}