Information about plays

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

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

{
    "id": 431460,
    "uri": "https://api.kexp.org/v2/plays/431460/?format=api",
    "airdate": "2001-06-05T04:52:56-07:00",
    "show": 7257,
    "show_uri": "https://api.kexp.org/v2/shows/7257/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/615YJqCtUYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/615YJqCtUYL._SL75_.jpg",
    "song": "Respectable Street",
    "track_id": null,
    "recording_id": null,
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "Black Sea",
    "release_id": "4d238bdc-3f76-413a-89ce-0fbd0b4411db",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}