Information about plays

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

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

{
    "id": 497502,
    "uri": "https://api.kexp.org/v2/plays/497502/?format=api",
    "airdate": "2001-12-16T23:24:00-08:00",
    "show": 8538,
    "show_uri": "https://api.kexp.org/v2/shows/8538/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-B3EOC13L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-B3EOC13L._SL75_.jpg",
    "song": "Mandela",
    "track_id": "52bc0b61-94f8-4bd2-8179-5dc2924b2dba",
    "recording_id": null,
    "artist": "Abdullah Ibrahim",
    "artist_ids": [
        "fd64e185-9973-44d5-ad09-5d5562804292"
    ],
    "album": "Water From an Ancient Well",
    "release_id": "510c7bf2-e872-42a3-b383-49d6627eef64",
    "release_group_id": null,
    "labels": [
        "enja"
    ],
    "label_ids": [
        "dfd22708-6b64-40ee-afaa-8b9edc7b2847"
    ],
    "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"
}