Information about plays

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

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

{
    "id": 449263,
    "uri": "https://api.kexp.org/v2/plays/449263/?format=api",
    "airdate": "2001-07-27T01:10:54-07:00",
    "show": 7594,
    "show_uri": "https://api.kexp.org/v2/shows/7594/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51r1QngCbeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51r1QngCbeL._SL75_.jpg",
    "song": "We Need Your Vote",
    "track_id": "b1829031-e88f-40fb-9213-e041be306cd6",
    "recording_id": null,
    "artist": "Joi",
    "artist_ids": [
        "221a2f1c-fa46-44e9-b414-4f83cb7a7a92"
    ],
    "album": "We Are Three",
    "release_id": "eb2ce1d6-093f-4d3b-92bf-b9e8ffdd15ce",
    "release_group_id": null,
    "labels": [
        "real wolrd"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}