Information about plays

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

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

{
    "id": 482671,
    "uri": "https://api.kexp.org/v2/plays/482671/?format=api",
    "airdate": "2001-11-01T23:07:30-08:00",
    "show": 8240,
    "show_uri": "https://api.kexp.org/v2/shows/8240/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21AVAXTJN0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21AVAXTJN0L._SL75_.jpg",
    "song": "Riding the Rails",
    "track_id": "93d76a81-e117-4ec9-86a8-f851df648b7e",
    "recording_id": null,
    "artist": "Macha",
    "artist_ids": [
        "2f84a8a0-fb2c-45a8-ae39-258a40b17f6a"
    ],
    "album": "See It Another Way",
    "release_id": "18a7dd0c-c23d-4a8c-8cf3-afc56fcf54a3",
    "release_group_id": null,
    "labels": [
        "Jet Set"
    ],
    "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"
}