Information about plays

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

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

{
    "id": 1367070,
    "uri": "https://api.kexp.org/v2/plays/1367070/?format=api",
    "airdate": "2008-04-27T01:46:47-07:00",
    "show": 23869,
    "show_uri": "https://api.kexp.org/v2/shows/23869/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61E4KM3NNML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61E4KM3NNML._SL75_.jpg",
    "song": "Converting to the Diver Species",
    "track_id": "a9ff6d9c-780c-4b4d-ba8b-986e7a93aeb2",
    "recording_id": null,
    "artist": "Blake Hazard",
    "artist_ids": [
        "c05479c5-3527-4f2e-8862-d8c775e95111"
    ],
    "album": "Little Airplane",
    "release_id": "66a98a88-519b-4164-9f58-6a78f2c204fc",
    "release_group_id": null,
    "labels": [
        "Kimchee Records"
    ],
    "label_ids": [
        "b9a0a211-7f25-442e-9d15-d3ccfd36e196"
    ],
    "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"
}