Information about plays

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

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

{
    "id": 501904,
    "uri": "https://api.kexp.org/v2/plays/501904/?format=api",
    "airdate": "2001-12-30T09:20:00-08:00",
    "show": 8623,
    "show_uri": "https://api.kexp.org/v2/shows/8623/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41973Y8VM8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41973Y8VM8L._SL75_.jpg",
    "song": "Givin' Up The Body",
    "track_id": "4d95b4a0-4ce9-4bd0-9d8b-70188e2b207b",
    "recording_id": null,
    "artist": "The Paul deLay Band",
    "artist_ids": [
        "fa0e3ef0-d0bd-4906-9ec2-e3b87e99c9c1"
    ],
    "album": "Heavy Rotation",
    "release_id": "74eb22e9-1814-407e-ba68-d4507670b97b",
    "release_group_id": null,
    "labels": [
        "Evidence"
    ],
    "label_ids": [
        "55f4572a-71b5-435e-bfee-8e10fa344089"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}