Information about plays

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

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

{
    "id": 534905,
    "uri": "https://api.kexp.org/v2/plays/534905/?format=api",
    "airdate": "2002-04-05T10:55:14-08:00",
    "show": 9266,
    "show_uri": "https://api.kexp.org/v2/shows/9266/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4191DZRPWPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4191DZRPWPL._SL75_.jpg",
    "song": "American Jesus",
    "track_id": null,
    "recording_id": null,
    "artist": "Bad Religion",
    "artist_ids": [
        "149e6720-4e4a-41a4-afca-6d29083fc091"
    ],
    "album": "Recipe for Hate",
    "release_id": "f07d489d-a06e-4f39-b95e-5692e2a4f465",
    "release_group_id": null,
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "1993-06-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}