Information about plays

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

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

{
    "id": 415707,
    "uri": "https://api.kexp.org/v2/plays/415707/?format=api",
    "airdate": "2001-04-17T11:47:08-07:00",
    "show": 6930,
    "show_uri": "https://api.kexp.org/v2/shows/6930/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413MY70DE9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413MY70DE9L._SL75_.jpg",
    "song": "Little Miss Information",
    "track_id": null,
    "recording_id": null,
    "artist": "Nova Mob",
    "artist_ids": [
        "06b7e37f-444b-43b2-97eb-1e92efdb6512"
    ],
    "album": "Nova Mob",
    "release_id": "f65d8e4d-d975-4079-8ebd-92b0ee52197c",
    "release_group_id": null,
    "labels": [
        "Rough Trade Germany"
    ],
    "label_ids": [
        "6a75e34d-4fa9-47ca-b822-1c7b59903a4f"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}