Information about plays

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

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

{
    "id": 501515,
    "uri": "https://api.kexp.org/v2/plays/501515/?format=api",
    "airdate": "2001-12-28T23:52:00-08:00",
    "show": 8611,
    "show_uri": "https://api.kexp.org/v2/shows/8611/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/219PR1ZF2EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/219PR1ZF2EL._SL75_.jpg",
    "song": "I Never Will Marry",
    "track_id": "202ef250-cfd3-4dc3-8825-365436c8a840",
    "recording_id": null,
    "artist": "Moth Wranglers",
    "artist_ids": [
        "857b9c3d-43b3-4239-bc48-25f9d5722b40"
    ],
    "album": "Never Mind the Context",
    "release_id": "987ea141-c3dd-4543-8cc1-99b81ff28385",
    "release_group_id": null,
    "labels": [
        "Magnetic Motorworks"
    ],
    "label_ids": [
        "0843bf0c-1216-4abf-bd6c-f1a6c8691cd4"
    ],
    "release_date": "2001-10-09",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}