Information about plays

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

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

{
    "id": 1293389,
    "uri": "https://api.kexp.org/v2/plays/1293389/?format=api",
    "airdate": "2007-10-21T02:47:13-07:00",
    "show": 22629,
    "show_uri": "https://api.kexp.org/v2/shows/22629/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VcOxI8GkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VcOxI8GkL._SL75_.jpg",
    "song": "The Great Psalms",
    "track_id": "731e02dc-5ae2-4efa-a13d-6647025ca8ea",
    "recording_id": null,
    "artist": "U-Roy",
    "artist_ids": [
        "c40fa847-7501-4eee-9a20-12d5d1c5c0db"
    ],
    "album": "Dread in a Babylon",
    "release_id": "1884291d-ed20-4a7b-9836-53b6e55a42f2",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "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"
}