Information about plays

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

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

{
    "id": 492850,
    "uri": "https://api.kexp.org/v2/plays/492850/?format=api",
    "airdate": "2001-12-03T07:56:00-08:00",
    "show": 8450,
    "show_uri": "https://api.kexp.org/v2/shows/8450/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51frsMn6qaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51frsMn6qaL._SL75_.jpg",
    "song": "Sister Pain",
    "track_id": null,
    "recording_id": null,
    "artist": "Electrafixion",
    "artist_ids": [
        "8af87f25-f2dd-4e25-b776-a9985bf92c10"
    ],
    "album": "Burned",
    "release_id": "e282b768-db59-4864-947a-9084e167233b",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}