Information about plays

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

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

{
    "id": 499842,
    "uri": "https://api.kexp.org/v2/plays/499842/?format=api",
    "airdate": "2001-12-24T05:37:00-08:00",
    "show": 8582,
    "show_uri": "https://api.kexp.org/v2/shows/8582/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61BHJwb-4FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61BHJwb-4FL._SL75_.jpg",
    "song": "Ekui Nawo",
    "track_id": "c5d5abf1-2119-42aa-9bdb-08f845844997",
    "recording_id": null,
    "artist": "Gangbé Brass Band",
    "artist_ids": [
        "2f26a5dd-6807-45b8-800d-c5a9f40da117"
    ],
    "album": "Togbé",
    "release_id": "443aaba7-95c1-4aa3-a325-83ea405772bc",
    "release_group_id": null,
    "labels": [
        "Contre Jo"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}