Information about plays

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

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

{
    "id": 2674706,
    "uri": "https://api.kexp.org/v2/plays/2674706/?format=api",
    "airdate": "2019-12-18T01:05:59-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "https://coverartarchive.org/release/4d172642-ca71-38c7-aa95-5a498dd5b8fb/10582180974-250.jpg",
    "thumbnail_uri": "",
    "song": "Sexy Boy",
    "track_id": "bf76ffc1-8e82-38a3-bc16-2d074b365d8a",
    "recording_id": null,
    "artist": "Air",
    "artist_ids": [
        "cb67438a-7f50-4f2b-a6f1-2bb2729fd538"
    ],
    "album": "Moon Safari",
    "release_id": "4d172642-ca71-38c7-aa95-5a498dd5b8fb",
    "release_group_id": null,
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1998-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Où sont tes héros\nAu corps d'athlète?\nOù sont tes idoles\nMal rasés, bien habillés?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}