Information about plays

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

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

{
    "id": 505587,
    "uri": "https://api.kexp.org/v2/plays/505587/?format=api",
    "airdate": "2002-01-10T04:58:00-08:00",
    "show": 8694,
    "show_uri": "https://api.kexp.org/v2/shows/8694/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21PAR53J7HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21PAR53J7HL._SL75_.jpg",
    "song": "Ama/Teresinha de Jesus",
    "track_id": "dda34276-c347-4caa-8c49-3e516c5d84b6",
    "recording_id": null,
    "artist": "Cyro Baptista",
    "artist_ids": [
        "4f3b9a0e-fd13-453b-a5e7-8dc43ad8d795"
    ],
    "album": "Vira Loucos: Cyro Baptista Plays the Music of Villa Lobos",
    "release_id": "3a19ee8e-74f9-47f4-9f64-0407b7c62d4c",
    "release_group_id": null,
    "labels": [
        "Jasrac"
    ],
    "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"
}