Information about plays

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

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

{
    "id": 1213444,
    "uri": "https://api.kexp.org/v2/plays/1213444/?format=api",
    "airdate": "2007-03-30T18:11:00-07:00",
    "show": 21268,
    "show_uri": "https://api.kexp.org/v2/shows/21268/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JF0DG966L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JF0DG966L._SL75_.jpg",
    "song": "Dance Me Daddy 1958",
    "track_id": "0214edf3-4c84-4df4-8c14-2cc660fb288f",
    "recording_id": null,
    "artist": "Marvin Rainwater",
    "artist_ids": [
        "7089f88e-6d18-48df-bfe1-62d23e88f404"
    ],
    "album": "Classic Recordings (disc 2)",
    "release_id": "f08e269a-fdbb-4b07-b007-7a96db182da4",
    "release_group_id": null,
    "labels": [],
    "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"
}