Information about plays

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

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

{
    "id": 502697,
    "uri": "https://api.kexp.org/v2/plays/502697/?format=api",
    "airdate": "2002-01-01T19:59:00-08:00",
    "show": 8639,
    "show_uri": "https://api.kexp.org/v2/shows/8639/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61StCk7Si8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61StCk7Si8L._SL75_.jpg",
    "song": "Bixo",
    "track_id": "46a31097-055f-444f-9f78-a45867a850ab",
    "recording_id": null,
    "artist": "Manu Chao",
    "artist_ids": [
        "7570a0dd-5a67-401b-b19a-261eee01a284"
    ],
    "album": "Próxima estación: Esperanza",
    "release_id": "b6eb7110-c68a-42d1-97b8-b7da4c4b54db",
    "release_group_id": null,
    "labels": [
        "Virgin Records"
    ],
    "label_ids": [],
    "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"
}