Information about plays

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

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

{
    "id": 447425,
    "uri": "https://api.kexp.org/v2/plays/447425/?format=api",
    "airdate": "2001-07-21T17:28:25-07:00",
    "show": 7560,
    "show_uri": "https://api.kexp.org/v2/shows/7560/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514SuLzsByL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514SuLzsByL._SL75_.jpg",
    "song": "One Week Later",
    "track_id": "352ec3ab-6a04-431e-894e-2177a8e36a6a",
    "recording_id": null,
    "artist": "Chitlin' Fooks",
    "artist_ids": [
        "5d5b787f-9a69-4fe2-8711-3e1701347b9a"
    ],
    "album": "Chitlin' Fooks",
    "release_id": "50bb4c1f-5a3f-4cba-946b-790f7db493e9",
    "release_group_id": null,
    "labels": [
        "Palomine"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}