Information about plays

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

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

{
    "id": 520629,
    "uri": "https://api.kexp.org/v2/plays/520629/?format=api",
    "airdate": "2002-02-22T20:00:00-08:00",
    "show": 8984,
    "show_uri": "https://api.kexp.org/v2/shows/8984/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zFX7ixBYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zFX7ixBYL._SL75_.jpg",
    "song": "Ballad of Thunder Road",
    "track_id": "2ae81265-634f-48b7-b576-9bc1b53e66e9",
    "recording_id": null,
    "artist": "Robert Mitchum",
    "artist_ids": [
        "e3b7d704-8eff-4498-9e97-964cc3611424"
    ],
    "album": "That Man",
    "release_id": "69c2667b-05c1-4e05-ba49-145d66b601a3",
    "release_group_id": null,
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}