Information about plays

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

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

{
    "id": 505157,
    "uri": "https://api.kexp.org/v2/plays/505157/?format=api",
    "airdate": "2002-01-09T00:37:00-08:00",
    "show": 8687,
    "show_uri": "https://api.kexp.org/v2/shows/8687/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/612wGR6zM7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/612wGR6zM7L._SL75_.jpg",
    "song": "Sueño con serpientes",
    "track_id": "0a639060-34a3-49ea-bdbf-dfa9d4d95bc8",
    "recording_id": null,
    "artist": "Silvio Rodríguez",
    "artist_ids": [
        "42e1a761-429e-403c-971a-e85c2f748cfa"
    ],
    "album": "Canciones Urgentes",
    "release_id": "ed6897fa-f384-4bb4-b62b-256f0e9f97d1",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "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"
}