Information about plays

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

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

{
    "id": 530001,
    "uri": "https://api.kexp.org/v2/plays/530001/?format=api",
    "airdate": "2002-03-22T14:24:23-08:00",
    "show": 9172,
    "show_uri": "https://api.kexp.org/v2/shows/9172/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61AnbuEdugL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61AnbuEdugL._SL75_.jpg",
    "song": "Hotellounge (Be the Death of Me)",
    "track_id": "42e9abb0-38ef-4acf-9898-239a15de9864",
    "recording_id": null,
    "artist": "dEUS",
    "artist_ids": [
        "2d0ec174-2bff-4f46-ae1b-dfea0ed9391c"
    ],
    "album": "Worst Case Scenario",
    "release_id": "a6c64222-b620-4062-bb13-460887e1c3cc",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "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"
}