Information about plays

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

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

{
    "id": 379744,
    "uri": "https://api.kexp.org/v2/plays/379744/?format=api",
    "airdate": "2019-09-11T23:51:00-07:00",
    "show": 6315,
    "show_uri": "https://api.kexp.org/v2/shows/6315/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Speeding Motorcycle",
    "track_id": "f72d9d38-45ff-3506-aeee-6ec61380d57b",
    "recording_id": null,
    "artist": "Mary Lou Lord",
    "artist_ids": [
        "11d0d66f-c913-4a13-9365-10d771f08cd1"
    ],
    "album": "Speeding Motorcycle",
    "release_id": "37ff9969-34e1-45a2-a280-35355137b6dc",
    "release_group_id": null,
    "labels": [
        "Rubric Records"
    ],
    "label_ids": [
        "444be421-156a-4855-b106-1bfeb2f3ae6a"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}