Information about plays

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

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

{
    "id": 530000,
    "uri": "https://api.kexp.org/v2/plays/530000/?format=api",
    "airdate": "2002-03-22T14:18:52-08:00",
    "show": 9172,
    "show_uri": "https://api.kexp.org/v2/shows/9172/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51hBJnVQbGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51hBJnVQbGL._SL75_.jpg",
    "song": "Live it Down",
    "track_id": "a1b9c4c4-1ae4-47cc-bade-fbd4078b9960",
    "recording_id": null,
    "artist": "Medicine",
    "artist_ids": [
        "0f24bcb0-8d37-409d-aed1-92bd4e5337ed"
    ],
    "album": "The Buried Life",
    "release_id": "3fbee08f-bcc6-4064-bbe8-effffb15a0bc",
    "release_group_id": null,
    "labels": [
        "American"
    ],
    "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"
}