Information about plays

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

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

{
    "id": 495821,
    "uri": "https://api.kexp.org/v2/plays/495821/?format=api",
    "airdate": "2001-12-11T22:54:00-08:00",
    "show": 8504,
    "show_uri": "https://api.kexp.org/v2/shows/8504/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61NSxxReuCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61NSxxReuCL._SL75_.jpg",
    "song": "Friendly Pressure",
    "track_id": null,
    "recording_id": null,
    "artist": "Jhelisa",
    "artist_ids": [
        "b50cfe5c-0b07-4543-8a1e-fa1ced0c963a"
    ],
    "album": "Galactica Rush",
    "release_id": "ce3d2bad-5744-4b7b-8d2a-dfd62d714ce4",
    "release_group_id": null,
    "labels": [
        "Planet Earth Recordings"
    ],
    "label_ids": [
        "5b166ecf-00f4-42d3-9b8e-5ab0dd1ed444"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}