Information about plays

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

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

{
    "id": 1353934,
    "uri": "https://api.kexp.org/v2/plays/1353934/?format=api",
    "airdate": "2008-03-25T02:11:03-07:00",
    "show": 23650,
    "show_uri": "https://api.kexp.org/v2/shows/23650/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41AERM9RM4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41AERM9RM4L._SL75_.jpg",
    "song": "Alive",
    "track_id": "c9f8eae2-d802-4ffa-9668-7acf91aee47b",
    "recording_id": null,
    "artist": "Ima Robot.",
    "artist_ids": [
        "aff5ddd6-f315-4187-8522-25bf11a0f91e"
    ],
    "album": "Ima Robot.",
    "release_id": "66ab2a6a-12c5-45c3-b857-40a0f3515696",
    "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"
}