Information about plays

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

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

{
    "id": 448414,
    "uri": "https://api.kexp.org/v2/plays/448414/?format=api",
    "airdate": "2001-07-24T19:00:00-07:00",
    "show": 7581,
    "show_uri": "https://api.kexp.org/v2/shows/7581/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51oeMgN96EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51oeMgN96EL._SL75_.jpg",
    "song": "Kidda",
    "track_id": "ef4bdbc3-5398-4534-81a7-c55084f995e8",
    "recording_id": null,
    "artist": "Natacha Atlas",
    "artist_ids": [
        "5b86eefc-f3b2-4b91-8161-c505869fb17f"
    ],
    "album": "Putumayo Presents: Arabic Groove",
    "release_id": "d04dcd3f-5ea6-49fb-92dc-deb4eafb6d5a",
    "release_group_id": null,
    "labels": [
        "Putumayo World Music"
    ],
    "label_ids": [
        "98049da0-a5be-49b9-8d95-770e2d7906d2"
    ],
    "release_date": "2001-08-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}