Information about plays

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

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

{
    "id": 501558,
    "uri": "https://api.kexp.org/v2/plays/501558/?format=api",
    "airdate": "2001-12-29T03:46:00-08:00",
    "show": 8612,
    "show_uri": "https://api.kexp.org/v2/shows/8612/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61K6x7WymhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61K6x7WymhL._SL75_.jpg",
    "song": "Hellsville",
    "track_id": "1bb7a762-96a2-4a0d-abc4-c88522b22a14",
    "recording_id": null,
    "artist": "The Legendary Pink Dots",
    "artist_ids": [
        "38f0dd4f-bcbb-4e7a-afae-a41a2bbf9d74"
    ],
    "album": "The Crushed Velvet Apocalypse",
    "release_id": "97c7dc3e-e00a-4bea-9fc7-53eb8c7ebd6f",
    "release_group_id": null,
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}