Information about plays

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

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

{
    "id": 464660,
    "uri": "https://api.kexp.org/v2/plays/464660/?format=api",
    "airdate": "2001-09-10T05:45:00-07:00",
    "show": 7895,
    "show_uri": "https://api.kexp.org/v2/shows/7895/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/317ADWJMVHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/317ADWJMVHL._SL75_.jpg",
    "song": "A Film for the Future",
    "track_id": "a9a1300d-a9db-4faf-a03b-8d34794fe8a3",
    "recording_id": null,
    "artist": "Idlewild",
    "artist_ids": [
        "64d62f45-e001-40a1-a055-c3545fcc14de"
    ],
    "album": "Hope Is Important",
    "release_id": "2025a128-8438-4fd8-875e-aa4c49551391",
    "release_group_id": null,
    "labels": [
        "Odeon"
    ],
    "label_ids": [
        "40eff784-c102-4045-b32d-f74d1449756d"
    ],
    "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"
}