Information about plays

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

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

{
    "id": 1344442,
    "uri": "https://api.kexp.org/v2/plays/1344442/?format=api",
    "airdate": "2008-03-01T09:06:00-08:00",
    "show": 23495,
    "show_uri": "https://api.kexp.org/v2/shows/23495/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61uEYIe2sQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61uEYIe2sQL._SL75_.jpg",
    "song": "Instrumental 3",
    "track_id": null,
    "recording_id": null,
    "artist": "The Slickers",
    "artist_ids": [
        "80f02418-d29d-4d49-b278-d659b6d4a98e"
    ],
    "album": "Breakthrough",
    "release_id": "3061ce85-043b-4ab8-837f-77ddb4339c6b",
    "release_group_id": null,
    "labels": [
        "Makasound"
    ],
    "label_ids": [
        "b28ec87f-1911-4d4a-83fd-b1f5a1b75e72"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}