Information about plays

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

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

{
    "id": 514935,
    "uri": "https://api.kexp.org/v2/plays/514935/?format=api",
    "airdate": "2002-02-06T13:58:00-08:00",
    "show": 8878,
    "show_uri": "https://api.kexp.org/v2/shows/8878/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51412CJxb2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51412CJxb2L._SL75_.jpg",
    "song": "Ay Papacito",
    "track_id": null,
    "recording_id": null,
    "artist": "Eliades Ochoa",
    "artist_ids": [
        "1de8629a-9dd3-444c-86a0-9f9bd8c02218"
    ],
    "album": "Sublime Ilusión",
    "release_id": "3a6d5781-400e-4534-9658-d006a76cbbfc",
    "release_group_id": null,
    "labels": [
        "Higher Octive World/Virgin"
    ],
    "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"
}